Replies: 10 comments 4 replies
-
I do get this in the runtime log for the reset password issue: |
Beta Was this translation helpful? Give feedback.
-
Maybe this recent change led to problems. supabase/config.toml Should site_url = "http://localhost:3000" and additional_redirect_urls = ["https://localhost:3000"] be changed to the installed url, or left alone? |
Beta Was this translation helpful? Give feedback.
-
Investigating the Infrastructure > Auth logs in Supabase:
Seems that something is causing the url to redirect to /login instead of getting into the app. |
Beta Was this translation helpful? Give feedback.
-
I did another 4 front-end deployment last night, just testing performance opimisation, so I don't think the issue is with any front-end code. You said you validated the SITE URL is correct, double-check it is the full public URL , eg: https://chatbotui.com for McKay's hosted version as an example. |
Beta Was this translation helpful? Give feedback.
-
If your connect to your front end via https://domain.extension then the below is correct. For re-direct you just need Wildcard is only required if you have front-end is like https://chat.domain.extension |
Beta Was this translation helpful? Give feedback.
-
I also see a new error in my frontend console: Failed to load resource: the server responded with a status of 406 () |
Beta Was this translation helpful? Give feedback.
-
I have been getting the same error for password resets. |
Beta Was this translation helpful? Give feedback.
-
For password resets, tested on my end and it wasn't working. |
Beta Was this translation helpful? Give feedback.
-
On the login issue: |
Beta Was this translation helpful? Give feedback.
-
I have https://domain.extension/auth/callback in my URL redirects and password resets are working for me. Per Login page.tsx |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Login issue
My hosted instance was working properly but all of the sudden, when a user logs in and clicks Login, it now just refreshes the page. Checked console and runtime logs, I don't see anything out of the ordinary. Tried redeploying the app but issue still persists.
Reset password
This feature hasn't worked properly for me; the Site URL in Supabase is updated and when a user clicks on the link in the email it redirects to {site_url}/#access-token... but it's a blank page.
Any thoughts?
Unresolved: As of March 28 still having both issues above.
Beta Was this translation helpful? Give feedback.
All reactions