when i update my user, the page shows the changes. but when i reload the page the old data is shown. when i log in as Admin and retrieve the users, it shows the changed data. So it seems like The User data, and the Admin version of the User data are different. When I stop mendix and start it up again, it retrieves the changed data. if I make a microflow 'refresh user' it gets the changed data. if i put this microflow as a sub, it doesnt update the data. can anyone explain what is going on, and how to solve it. I hope the gif makes it clear
asked
Jason Teunissen
1 answers
0
Update and possible answer
currentUser seems to be in cache (email not verified)
retrieved user with the same ID has email is verified.