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/**
Row Level Security
Row Level Security (RLS) is a feature in PostgreSQL that provides the ability to control which users can SELECT, INSERT, UPDATE, or DELETE which rows in a table. It adds an additional layer of security in multi-user database environments and is crucial for protecting sensitive data.
Performance Strategies
Next Page