Skip to content

[BUG]: Login page error EverTeams #4291

@thecarinsiwa

Description

@thecarinsiwa

Is there already an issue for this bug?

  • I have checked existing issues

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

  1. Go to the login page.
  2. Authenticate successfully.
  3. Arrive at the Workspace selection page.
  4. Select a workspace (e.g., "Carin Siwa's Team").
  5. 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.

Image

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions