supabase-on-aws
supabase-on-aws copied to clipboard
Self-hosted Supabase on AWS
The default realtime deployment isn't working. All other services are working fine, except realtime where I'm getting errors like the following: Do I have to do any extra configuration for...
Adds a healthcheck https://github.com/supabase-community/supabase-on-aws/issues/6 as part of work towards fixes realtime https://github.com/supabase-community/supabase-on-aws/issues/94 Realtime still not fully working though
## Status - [x] Kong - [x] GoTrue - [ ] PostgREST - [ ] Supabase Realtime - [x] Supabase Storage - [ ] Supabase PostgresMeta
# Bug report ## Describe the bug The AWS Amplify build of the frontend fails (logs attached) This also happens on latest, stable, and build 7.0 I recall one-click deploying...
Bug report I confirm this is a bug with Supabase, not with my own application. I confirm I have searched the Docs, GitHub Discussions, and Discord. Describe the bug While...
While implementing supabase-on-aws, I encountered an issue where the realtime functionality was not working as expected. After investigating, I found a similar issue reported on the Supabase Realtime GitHub repository...
# Bug report ## Describe the bug I believe this is something relating to the "NamespaceName" parameter that makes all the services link up using an internal dns name. Without...
# Improve documentation ## Describe the problem I've been struggling to figure out how to rotate the anon and service API tokens. I see that there's a `JWTSecret` in Secrets...
# Improve documentation ## Describe the problem I am trying to get an idea of the general workflow when everything is serverless with aurora and fargate. - Do we need...
# Bug report ## Describe the bug On Friday, we had a working deployment of: * public.ecr.aws/u3p7q2r8/kong:latest * public.ecr.aws/supabase/gotrue:v2.69.2 * public.ecr.aws/supabase/postgrest:v11.1.0 Today, we get: `POST /auth/v1/token?grant_type=password HTTP/1.1" 401 ` in...