You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When making updates on the 'Profile' page and saving them, refreshing the page redirects users to the login screen. This suggests that session persistence may be failing, causing users to lose their authenticated state after a refresh.
To Reproduce
Steps to reproduce the behavior:
Go to 'Profile'.
Click on 'Edit'.
Edit some Personal details and save it.
After that refresh the page and you will be redirected to the login page.
Expected behavior
It should not be redirecting to the log in page, it should stay on the same page i.e. Profile.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows 11
Browser Chrome.
Smartphone (please complete the following information):
Device: iphone 14 pro.
OS: ios
Browser Chrome.
Additional context
This might be issue of a token. It should not get changed after making any updates.
The text was updated successfully, but these errors were encountered:
Hey @avishusa, I noticed a bug I want to help. However, I couldn't find the register route when I cloned the repo. Please clarify if it's missing, or point me to where it should be. Thanks!
Describe the bug
When making updates on the 'Profile' page and saving them, refreshing the page redirects users to the login screen. This suggests that session persistence may be failing, causing users to lose their authenticated state after a refresh.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not be redirecting to the log in page, it should stay on the same page i.e. Profile.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
This might be issue of a token. It should not get changed after making any updates.
The text was updated successfully, but these errors were encountered: