Description:
There is a bug where the app signs out the user upon refreshing the browser and signs user back in upon any first interaction with the app. This behavior is not intended and the expected behavior is for the app to persist the user's session and keep them signed in even after a browser refresh.
Steps to Reproduce:
Open the app in a browser after setting up localhost.
Sign in with valid credentials, (for now you can only use Google/Github sigin method).
Perform any action within the app (e.g., open a new collab tab..., interact with features).
Refresh the browser.
Expected Behavior:
The app should retain the user's session upon refreshing the browser and keep the user signed in.
Actual Behavior:
Upon refreshing the browser, the app signs out the user and signs in again after any interaction with the app.
Additional Details:
Kindly request for other information if required to solve this issue.
View

Description:
There is a bug where the app signs out the user upon refreshing the browser and signs user back in upon any first interaction with the app. This behavior is not intended and the expected behavior is for the app to persist the user's session and keep them signed in even after a browser refresh.
Steps to Reproduce:
Open the app in a browser after setting up localhost.
Sign in with valid credentials, (for now you can only use Google/Github sigin method).
Perform any action within the app (e.g., open a new collab tab..., interact with features).
Refresh the browser.
Expected Behavior:
The app should retain the user's session upon refreshing the browser and keep the user signed in.
Actual Behavior:
Upon refreshing the browser, the app signs out the user and signs in again after any interaction with the app.
Additional Details:
Kindly request for other information if required to solve this issue.
View