Hi guys,
I hope you’re all well.
I’ve got a profile screen in my PWA, a pretty simple set-up displaying a user name, the user’s name, a personal description, their photo, etc.
I’ve got a separate “edit profile” screen, consisting of a form and “save changes” button.
When the changes are saved, the database is updated when I look at it, but the changes are not displaying for ages on the app itself.
What is the solution to this?
Changing the profile settings and then not seeing them isn’t a great look for users.
I’ve tried putting an intermediatory screen in between the edit profile and the display profile screen so it has to load twice, but that doesn’t help.
Cheers in advance.