-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
When accessing /god-mode while unauthenticated, the app correctly shows "Admin user does not exist. Sign In now."
However, clicking the "Sign In" link redirects to /god-mode/admin/ which doesn't exist in the routing configuration, resulting in a 404 Not Found error.
Additionally, the following console errors appear:
- 401 errors for
/api/instances/admins/and/api/instances/configurations/ - 404 errors for
/favicon.icoand/site.webmanifest.json - React warning about uncontrolled input becoming controlled in sign-in form
Steps to reproduce
- Go to
/god-modewithout being authenticated - Click on 'Sign In now' link in the error message
- Scroll down to observe the 404 error
- See error: Page not found at
/god-mode/admin/
Environment
Production
Browser
None
Variant
Local
Version
v0.17.0-dev
coderabbitai