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
(base) ➜ supabase db pull
Connecting to remote database...
Setting up initial schema....
failed to pull docker image: Error response from daemon: manifest for public.ecr.aws/supabase/gotrue:2.142.0 not found: manifest unknown: Requested image not found
Retrying after 4s: public.ecr.aws/supabase/gotrue:2.142.0
etc.
To Reproduce
supabase init
supabase link ...
supabase db pull => succeeds
supabase db pull => fails, see error above
It seems that it should be "v2" instead of "2" here: public.ecr.aws/supabase/gotrue:2.142.0 => public.ecr.aws/supabase/gotrue:v2.142.0
Expected behavior
no error
Screenshots
System information
OS: macOS
The text was updated successfully, but these errors were encountered:
npx supabase@latest link
npx supabase@latest start
Giving
Error response from daemon: manifest for public.ecr.aws/supabase/gotrue:2.142.0 not found: manifest unknown: Requested image not found
Retrying after 4s: public.ecr.aws/supabase/gotrue:2.142.0
Error response from daemon: manifest for public.ecr.aws/supabase/gotrue:2.142.0 not found: manifest unknown: Requested image not found
Retrying after 8s: public.ecr.aws/supabase/gotrue:2.142.0
Error response from daemon: manifest for public.ecr.aws/supabase/gotrue:2.142.0 not found: manifest unknown: Requested image not found
Try rerunning the command with --debug to troubleshoot the error.
Bug report
Describe the bug
etc.
To Reproduce
It seems that it should be "v2" instead of "2" here: public.ecr.aws/supabase/gotrue:2.142.0 => public.ecr.aws/supabase/gotrue:v2.142.0
Expected behavior
no error
Screenshots
System information
The text was updated successfully, but these errors were encountered: