Troubleshooting
I am unable to login
This is generally because the Supabase Authentication / URL configuration is not setup correctly.
This is generally because the Supabase Authentication / URL configuration is not setup correctly. Ensure the following:
- The Site URL is set to your production domain eg:
https://usenextbase.com
- The Redirect urls include both your production and development hosts
- eg :
https://usenextbase/com/**
andhttp://localhost:3000/**