mikelax/forgingadventures

Stale data issue on Profile page after "almost done" form submit

Closed this issue · 1 comments

Overview

  1. After sign up, User completes the almost-done page. Be sure to upload a profile image on this page.
  2. Data is updated correctly in db
  3. 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.

Closing, this is now working. A previous refactor solved the bug.