I am getting Error status 501 when starting my local supabase instance
I am using version "^2.48.3" and when I start my local supabase I get this error which was not there few days ago.
10 Replies
could you copy the error here and maybe anything that looks out of place when you run the
-- debug
flag
This is the end of the error
did this start after you upgraded your supabase or was it working afterwards?
So I did not upgrade it when I strated the Supabase it just downloaded the newer version and pulled the the images I have cleaned it up and retried it but it doesnt work
i haven't come across it nowloading a newer version by itself from start. Coul you try following the upgrade guide here https://supabase.com/docs/guides/local-development/cli/getting-started#updating-the-supabase-cli in particular stopping the containers
Supabase CLI | Supabase Docs
The Supabase CLI provides tools to develop your project locally, deploy to the Supabase Platform, and set up CI/CD workflows.
I have already did this guide removed the volumes and upgraded the version but still faced the same error
do you have docker desktop
Yess
what do the containers in that look like, does anything look off. Presumable none of them will be started but just wondering if there is something there that shouldn't be
okay i stopped all my containers, saw
A new version of Supabase CLI is available: v2.48.3 (currently installed v2.47.2)
and pressed start again and it seems like it is downloading images which might mean it's doing what you experienced and going to 2.48.3
I'll see if it gives me an error as well
so i did the upgrade to 2.48.3
and didn't have any issues