Skip to content

Bug: Theme Settings Fails to Save Changes – "No Token Provided, Please Try Again" #1838

Description

@Sargam-Ghagre

Description

The Theme Settings page is unable to save the selected primary color. When clicking the Save Theme Changes button, the request fails and displays the following error message:

"No token provided. Please try again."

As a result, users cannot save or update their theme preferences.

Steps to Reproduce

  1. Navigate to the Theme Settings page.
  2. Select a primary color.
  3. Click Save Theme Changes.
  4. Observe the error message.

Expected Behavior

The selected theme color should be saved successfully, and the updated theme should be applied without any errors.

Actual Behavior

The application displays:

"No token provided. Please try again."

and the theme changes are not saved.

Possible Cause

  • Authentication token is not being sent with the API request.
  • Token is missing or expired.
  • Theme settings API is rejecting unauthenticated requests.
  • Frontend is not retrieving or attaching the token correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendIssues related to server-side, database logic or APIsbugSomething isn't workingfrontendIssues related to UI/UX

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions