Hi Fellow members,
I facing a strange situation with my app development. I have set up my app in a way that when a user logs in, in the login button, I add an action to query the Supabase table and use the user id to get the necessary details about the user and save them in the app state variables. Also, I have pages where I query supabase tables and save the data in page state variables. When the user login everything works fine and you can see the values of the app and page state variables in the debug panel they also display just as expected however, when i click the instant reload once the app reloaded, all the values in the app state and page state becomes null automatically. Also when i publish the app and log in everything works fine but when i click the browser reload and the page reloads, all the page and app state variables disappear.