Supabase Auth session turns to ‘None’ every time you refresh on mobile browser
I’m encountering an issue with my Streamlit app. The app uses supabase auth and session. The print statement revealed that the session turns into ‘None’ every time you refresh the browser. But this only happens on mobile browsers. On a desktop browser, we can see that the session would not be ‘None’ even after refreshing the page.