-
-
Notifications
You must be signed in to change notification settings - Fork 20
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 password authentication issues #241
Comments
Pinning the |
Some additional version testing:
|
Hello, I've encounter exact same thing and reverting back to 1.119.1 helped, thank you and I'm counting that this can be fixed in the future. |
in which file(s) should that be changed? |
I'm running through the Self-Hosting w/Docker instructions and hitting the same issue. After changing the the default
I can then run
Docker version 25.0.2, build 29cf629 |
Bug report
Describe the bug
supabase start
is unable to start.FATAL 28P01 (invalid_password) password authentication failed for user "supabase_admin"
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
supabase/setup-cli@v1
,version: latest
for supabase,ubuntu-latest
for actions runner,actions/setup-node@v3
withnode-version: 18
supabase start
Expected behavior
Supabase starts and is able to be interacted with
Screenshots
System information
Additional context
We've tried clearing any caches on the github action which may be impacting. I saw an issue which seems to be similar here supabase/supabase#11957 The solution there was seemingly clearing docker volumes, etc which I don't think should be an issue on gh action but I'll see if there is any cruft that exists for some reason?
The text was updated successfully, but these errors were encountered: