Stale data issue on Profile page after "almost done" form submit
Closed this issue · 1 comments
mikelax commented
Overview
- After sign up, User completes the almost-done page. Be sure to upload a profile image on this page.
- Data is updated correctly in db
- on /profile page its still showing old profile image
I think we need to refresh the data in the local browser token as part of the submit action in the almost done page.
mikelax commented
Closing, this is now working. A previous refactor solved the bug.