How to verify Supabase is configured correctly
3-step check: .env values, restart web server, confirm user in Supabase Auth.
You can verify the Supabase connection in three steps:
1) Confirm .env values:
NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
2) Restart the web server and load the dashboard (URL sanity check):
sudo systemctl restart web_server.service3) Create a new user through the UI, then verify it appears in Supabase:
- Supabase dashboard → Authentication → Users
Did this answer your question?
😞
😐
🤩