plane icon indicating copy to clipboard operation
plane copied to clipboard

[bug]: Admin sign-in redirects to non-existent /admin route causing 404 error

Open Vansh5632 opened this issue 1 week ago โ€ข 2 comments

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.ico and /site.webmanifest.json
  • React warning about uncontrolled input becoming controlled in sign-in form

Steps to reproduce

  1. Go to /god-mode without being authenticated
  2. Click on 'Sign In now' link in the error message
  3. Scroll down to observe the 404 error
  4. See error: Page not found at /god-mode/admin/

Environment

Production

Browser

None

Variant

Local

Version

v0.17.0-dev

Vansh5632 avatar Dec 21 '25 11:12 Vansh5632

๐Ÿ“ CodeRabbit Plan Mode

Generate an implementation plan and prompts that you can use with your favorite coding agent.

  • [ ] Create Plan
Examples

๐Ÿ”— 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!

coderabbitai[bot] avatar Dec 21 '25 11:12 coderabbitai[bot]

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

Abhijeet2Bissa avatar Dec 22 '25 10:12 Abhijeet2Bissa

This issue has been solved. Sorry for the trouble.

Vansh5632 avatar Dec 25 '25 19:12 Vansh5632