Is there already an issue for this bug?
Current behavior
Description
When attempting to select a workspace during authentication, the request to the API endpoint fails with a 401 Unauthorized error. This prevents the user from continuing to the application dashboard.
Environment
https://www.loom.com/share/bd8b39aa07c942448659bbc3c64cc2af
Steps to reproduce
Steps to Reproduce
- Go to the login page.
- Authenticate successfully.
- Arrive at the Workspace selection page.
- Select a workspace (e.g., "Carin Siwa's Team").
- Click Continue.
Expected Behavior
The selected workspace should be validated and the user should be redirected to the dashboard.
Actual Behavior
The API call returns a 401 Unauthorized error and the user cannot proceed.
Environment
Production
Browser
Google Chrome
Operating System
Windows
Version
v0.130.5
Additional information
Screenshot
Attach the screenshot showing the console error and workspace selection screen.
Possible Cause
- Missing or expired authentication token
- Workspace authorization not validated correctly
- Session not persisted after login
Additional Context
The issue occurs immediately after authentication when selecting a workspace. It appears the API does not recognize the authenticated session.
Is there already an issue for this bug?
Current behavior
Description
When attempting to select a workspace during authentication, the request to the API endpoint fails with a 401 Unauthorized error. This prevents the user from continuing to the application dashboard.
Environment
https://www.loom.com/share/bd8b39aa07c942448659bbc3c64cc2af
Steps to reproduce
Steps to Reproduce
Expected Behavior
The selected workspace should be validated and the user should be redirected to the dashboard.
Actual Behavior
The API call returns a 401 Unauthorized error and the user cannot proceed.
Environment
Production
Browser
Google Chrome
Operating System
Windows
Version
v0.130.5
Additional information
Screenshot
Attach the screenshot showing the console error and workspace selection screen.
Possible Cause
Additional Context
The issue occurs immediately after authentication when selecting a workspace. It appears the API does not recognize the authenticated session.