Supabase
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
JoinSupabase
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
Join🚨 **URGENT: PRO Plan Production Outage - Day 4 - Need Update on Escalated Ticket**
iteqqXXXXXXXXfvxuqtj (flowfon-production)
Plan: PRO (Paid customer)
Downtime: 96+ hours (4 days)
...Resend email confirmation redirects with malformed URL parameters
error_code=otp_expired (e.g. mysite.com/email-confirmed?error_code=otp_expired&<other params>. I can detect that and allow user to resend the verification email using supabase.auth.resend function. How ever when that OTP expires supabase backend redirects me to the correct endpoint but with incorrect URL params (rather malformed URL). The URL looks like mysite.com/email-confirmed#error_code=otp_expired&<other params>. Yes there's a hash instead of a question mark. Got any idea why's that happening?
Simplified code example
```js...Custom Wallet Auth JWT Tokens Not Recognized by RLS Policies
Benefit of verify JWT in edge functinos
Verify JWT with legacy secret
Requires that a JWT signed only by the legacy JWT secret is present in the Authorization header. The easy to obtain anon key can be used to satisfy this requirement. Recommendation: OFF with JWT and additional authorization logic implemented inside your function's code.
Verify JWT with legacy secret
Requires that a JWT signed only by the legacy JWT secret is present in the Authorization header. The easy to obtain anon key can be used to satisfy this requirement. Recommendation: OFF with JWT and additional authorization logic implemented inside your function's code.
Regarding crashing of supabase

Postgres upgrade is stuck
Stop pausing my project!
Change default database
🛑 Experiencing AccessExclusiveLock Stuck on Add Column with Default in Postgres
ALTER TABLE abcd ADD COLUMN json_col_with_default jsonb DEFAULT '{}'::jsonb;
ALTER TABLE abcd ADD COLUMN json_col_with_default jsonb DEFAULT '{}'::jsonb;
Any ETA on when eu-central-1 will be fixed?
Getting email_address_invalid from supabase
Cant use airtable table as foreign table?

/verify | 403: Email link is invalid or has expired
ClickHouse FDW connection error
Failed to retrieve rows from table
Error: Driver error: `Timeout error.`
Failed to retrieve rows from table
Error: Driver error: `Timeout error.`
ERROR: permission denied for table schema_migrations
users table could be pulled alongside a separate UserProfile table w/ a join clause on the ID).
It looks like a change was made recently w/ Supabase that changed the auth permissions to the schema_migrations table in the auth schema, and is preventing us from pushing any schema changes to our DB even if that particular table/schema is not being affected. Do you guys know of a way to grant all privileges/access again for that table to the postgres role?...Upgrade stuck on "Preparing new server"
Cannot upload file in self hosted storage
Management API > api-keys endpoints face errors (and were working this morning)
Need help with Branching - staging branch empty despite migrations in GitHub
Deeplinking back to Mobile App in Email Verifications
{{ .RedirectTo }}?token_hash={{ .TokenHash }}&email={{ .Email }}
I have also tried this with {{ .SiteURL }} instead of {{ .RedirectTo}}....