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
- Navigate to the Theme Settings page.
- Select a primary color.
- Click Save Theme Changes.
- 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.
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:
As a result, users cannot save or update their theme preferences.
Steps to Reproduce
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:
and the theme changes are not saved.
Possible Cause