[bug]: Admin sign-in redirects to non-existent /admin route causing 404 error
Is there an existing issue for this?
- [x] 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
๐ CodeRabbit Plan Mode
Generate an implementation plan and prompts that you can use with your favorite coding agent.
- [ ] Create Plan
๐ Similar Issues
Related Issues
- https://github.com/makeplane/plane/issues/7371
- https://github.com/makeplane/plane/issues/7409
- https://github.com/makeplane/plane/issues/7167
- https://github.com/makeplane/plane/issues/8255
- https://github.com/makeplane/plane/issues/7570
- https://github.com/makeplane/plane/issues/7315
- https://github.com/makeplane/plane/issues/6694
๐ค Suggested Assignees
๐งช Issue enrichment is currently in open beta.
You can configure auto-planning by selecting labels in the issue_enrichment configuration.
To disable automatic issue enrichment, add the following to your .coderabbit.yaml:
issue_enrichment:
auto_enrich:
enabled: false
๐ฌ Have feedback or questions? Drop into our discord or schedule a call!
What You want to be happen because you cannot make a new admin user and if you already have a admin user .. so why you want to singup do you want me to improve Error Message Something to like - 'Email/Password Are Incorrect' and remove the sign in hyperlink becuase you are already on signin page
This issue has been solved. Sorry for the trouble.