Nextbase Docs
Nextbase Docs
HomeBlogWelcome to Nextbase v3!Getting Started with NextBaseQuick setup
I am unable to login
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:

  1. The Site URL is set to your production domain eg: https://usenextbase.com
  2. The Redirect urls include both your production and development hosts
  • eg : https://usenextbase/com/** and http://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