-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supabase start
can't pull Postgres Docker image
#3000
Comments
There's an issue with the latest docker build. You can workaround it by unpinning the postgres version.
Apologies for any inconvenience. |
Error status 502 sounds like an issue with container health check. Could you give this a try
|
Without the health check it doesn't fail and I can access studio. But it doesn't seem I can stop having problems lol I wanted to test auth in the local environment so I setup Discord + GitHub OAuth apps: [auth.external.github]
enabled = true
client_id = "env(SUPABASE_AUTH_EXTERNAL_GITHUB_ID)"
secret = "env(SUPABASE_AUTH_EXTERNAL_GITHUB_SECRET)"
redirect_uri = ""
url = ""
[auth.external.discord]
enabled = true
client_id = "env(SUPABASE_AUTH_EXTERNAL_DISCORD_ID)"
secret = "env(SUPABASE_AUTH_EXTERNAL_DISCORD_SECRET)"
redirect_uri = ""
url = "" I have put I can see in studio logs for the auth module that more than half a minute after the 504 error we get another 500 error for some reason (this is the result of one call to signInWithOAuth with the discord provider): |
Since the original issue is resolved, and the Oauth issue is mentioned here: #3014 I'm closing this one. |
Describe the bug
Running
supabase start
fails to pull the postgres imageTo Reproduce
supabase login
(not sure if it's needed)supabase init
supabase start
Expected behavior
supabase start
should work (last time I used the CLI 6 months ago it worked just fine)Screenshots
System information
Rerun the failing command with
--create-ticket
flag.Additional context
If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered: