Replies: 1 comment
-
hello, I failed installing supabase,could you please help me on this? Tapping supabase/tap |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR: If you're getting public.ecr.aws related errors, restarting your PC might help
Locally running Chatbot UI used to work for me in the past, but today it stopped working. I want to share how I solved it in case someone else runs into the issue.
When I ran
npm run chat
, it hung on thestarting databasebase...
step for a minute, then produced:I've tried doing these but it didn't help:
docker logout public.ecr.aws
supabase/.temp/postgres-version
but there was no such fileWhat clued me in was running
docker ps -a
and seeing that some containers were missing that were visible in Docker Desktop. This was probably a bug with Docker, and all I needed to do was restart my PC for it to resolve.Beta Was this translation helpful? Give feedback.
All reactions