Troubleshooting
Login Related Issues
Admin backend entry and role-based redirect
In apps with roles (e.g. admin panels, multi-role platforms), login often redirects by role instead of using a fixed admin URL. How to open the admin backend:- Open the project and use the end/context switcher at the top (e.g. a dropdown or “Switch context”).
- Choose “Admin” or “Admin backend” in the menu.
- Log in with an account that has admin permissions.
- Check that the current account has an admin role.
- In Develop → Database → users (or your roles table), find the account and set
roletoadmin(or the field name your project uses). - Or use Consult and ask: “How do I give a user admin permissions in my project?”
- In the Develop view, open the Cloud tab (via the ”+” or tab area).
- Use Consult and ask: “How many ends does my project have? What is the path for the admin end?”
Login Button Click Has No Response
Symptoms:- Login button has no response after clicking
- Page is blank after login
- Multiple admin backends cannot login
- Use Fix Feature: Click the “Fix” button below dialog box to let system auto-repair
- Consult to Confirm Cause: If fix is ineffective, first use “consult mode” to ask:
- Confirm whether repair is needed based on AI’s suggestions
- If confirmed needed, then input “Use native fetch instead of Supabase SDK calls” in dialog
- Check Browser: Try using different browsers (Chrome recommended)
- Clear Cache: Clear browser cache and login again
- Check Login Methods: Confirm that corresponding login methods are enabled in project (Email/Phone/Google)

