Can't Generate TypeScript Type with New API Keys
npx supabase gen types typescript --project-id "PROJECT_ID" --schema public > src/types/database.types.ts
) or in the API Docs > Instruction > Generate and download types
it throws the following error:
```bash
failed to retrieve generated types: {"message":"{"message":"Legacy API keys are disabled","hint":"Your legacy API keys (anon, service_role) were disabled on 2025-07-31T14:41:06.927252+00:00. Re-enable them in the Supabase dashboard, or use the new publishable and secret API keys."}"}Try rerunning the command with --debug to troubleshoot the error....
📧🔥 Help Needed: Supabase project not using custom templates

moving minimal chat app to supabase
Migration File Clean Up on Remote
environment on supabase.
Custom Access Tokens for MCP
Supabase sending email confirmation with Confirm Email option set to off
Logging Into Console I see "connect ECONNREFUSED"

Verifying users created in Supabase before they themselves sign up
createUser
) & app user record for that contact by email address, unless they already exist, and then the creating user's contact record simply references the contact's app user record by id (which i...Inbucket - Mailpit - Local development
views folder
[SOLVED] Nuxt App - Your project's URL and Key are required to create a Supabase client!
bun run dev
Now I dockerized that App and set the Environment Variables as following...Can't reach supabase.com (ERR_CONNECTION_TIMED_OUT) from Prague, CZ
Since today I can’t open
https://supabase.com
or https://supabase.com/dashboard
— Chrome and Firefox both return ERR_CONNECTION_TIMED_OUT.
What I tried
...Can I access a table in a schema that is not exposed through a query
8 GB disk size per project then $0.125 per GB - Where do you get the usage computation for this?
Switch to new database created
CREATE DATABASE LEARNING;
CREATE DATABASE LEARNING;
Use stripe-sync-engine with SSL
How to Mock Third-Party APIs in Supabase Edge Function Integration Tests?