You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Secrets must be managed by Supabase CLI with standard supabase secrets list/set commands. Secrets are written in environment files (DO NOT ADD THEM TO GIT, exclude them in .gitignore):
./supabase/.env (for PRODUCTION) ./supabase/.env.local (for local dev)
In order to make work local secrets during development, you need to add an extra --env-file file parameter to your serve command:
The env var SUPABASE_URL comes built in as a default secret, per https://supabase.com/docs/guides/functions/secrets, yet defaultVal is returned.
The text was updated successfully, but these errors were encountered: