userData not showing up in Ionic View

Hi,

i’ve created an app with the Creator tutorial Ionic Auth.

All works fine in the browser but when i preview the app in the Creator mobile app, i can sign up a new account, but the userData (name and gravatar/email) doesn’t show up.
I can see in the Ionic backend that the new account is added to the users tab.

I exported the creator project and setup a new project with the Cli and pasted the creator content in this project and uploaded it to view the app in Ionic View. But there also the userData does not show up.

Does anyone know what’s going on and what i need to do to get this solved?

Kind regards.

Hi,

searched for a solution a little bit longer, and i found out that the profile page i send the user to after login was getting cached…
Added cache view false and the problem is solved…