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
When the user opens the site with expired token, they get an error message. To avoid this, expired tokens should be removed from Local Storage.
Steps to reproduce
Pre-condition: There should be an expired token on the machine. The one used in testing: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOiJlZmRhZWViYS02YWU3LTQyYjMtYjUzMS02OWQ0Mjc0NjM1MTMiLCJleHAiOjE3MjY4MzgyNTZ9.n5ueEotSrbSVCpap964B3ljYzY2ChsO8KkRHzopsXO8.
Open the page http://bsa-2024-outreachvids-dev.eu-north-1.elasticbeanstalk.com/sign-in.
Observe the error message in the upper right corner.
What was the actual result?
The user gets the error message:
What was the expected result?
When the user tries to access the site with expired token, they should be redirected to Sign-In page with no error messages.
Put here any screenshots or videos (optional)
No response
What OS are you seeing the problem on?
Windows 11
What browsers are you seeing the problem on?
Firefox 130.0 (64x)
Chrome 128.0.6613.113 (x64)
Severity
Minor (S4)
The text was updated successfully, but these errors were encountered:
Describe your issue
When the user opens the site with expired token, they get an error message. To avoid this, expired tokens should be removed from Local Storage.
Steps to reproduce
Pre-condition: There should be an expired token on the machine. The one used in testing: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOiJlZmRhZWViYS02YWU3LTQyYjMtYjUzMS02OWQ0Mjc0NjM1MTMiLCJleHAiOjE3MjY4MzgyNTZ9.n5ueEotSrbSVCpap964B3ljYzY2ChsO8KkRHzopsXO8.
What was the actual result?
The user gets the error message:
What was the expected result?
When the user tries to access the site with expired token, they should be redirected to Sign-In page with no error messages.
Put here any screenshots or videos (optional)
No response
What OS are you seeing the problem on?
Windows 11
What browsers are you seeing the problem on?
Firefox 130.0 (64x)
Chrome 128.0.6613.113 (x64)
Severity
Minor (S4)
The text was updated successfully, but these errors were encountered: