You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to pull docker image: Error response from daemon: failed to resolve reference "public.ecr.aws/supabase/gotrue:v2.184.1": public.ecr.aws/supabase/gotrue:v2.184.1: not found #4712
A clear and concise description of what the bug is.
supabase db reset/start fails with the following error:
failed to pull docker image: Error response from daemon: failed to resolve reference "public.ecr.aws/supabase/gotrue:v2.184.1": public.ecr.aws/supabase/gotrue:v2.184.1: not found
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
supabase db reset
Expected behavior
Supabase starts
System information
macOS, Supabase installed via brew:
% supabase --version
2.67.1
Additional context
I'm able to manually drop the gotrue version to 2.184.0 as a work around (supabase/.temp/gotrue-version). Version 2.184.1 seems to only be available to Supabase internally.