Not able to start local server using supabase

I had created a supabase edge function and I am not able to run the function using "supabase start" getting an error:

WARN: no seed files matched pattern: supabase/seed.sql
failed to pull docker image: Error response from daemon: pull access denied for public.ecr.aws/supabase/postgres, repository does not exist or may require 'docker login': denied: Your authorization token has expired. Reauthenticate and try again.
Retrying after 4s: public.ecr.aws/supabase/postgres:15.8.1.020
failed to pull docker image: Error response from daemon: Get "https://public.ecr.aws/v2/supabase/postgres/manifests/15.8.1.020": proxyconnect tcp: dial tcp 192.168.65.1:3128: i/o timeout
Retrying after 8s: public.ecr.aws/supabase/postgres:15.8.1.020
Stopping containers...
failed to pull docker image: Error response from daemon: pull access denied for public.ecr.aws/supabase/postgres, repository does not exist or may require 'docker login': denied: Your authorization token has expired. Reauthenticate and try again.
Was this page helpful?