-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local Development Instructions Not Working #77
Comments
Can you inspect the logs from the Supabase Docker containers (using Docker Desktop or otherwise) and see their error logs? Are they restarting in loops? |
I see some errors. In supabase_db_jep:
In supabase_vector_jep:
|
I will try to reproduce with a fresh install and get back to you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried following the instructions for local development, but something isn't working. After running
npm run db:start
, when I runnpx supabase status
it just returns:I tried creating a new Supabase project online and setting
SUPABASE_URL
,SUPABASE_ANON_KEY
, andSUPABASE_SERVICE_ROLE_KEY
from that. And I tried running thenpx supabase link
command.I wasn't able to get the local Supabase dashboard running. http://localhost:54323/ doesn't have anything running on it.
And after running
npx run dev
, and opening the app, I getJWSError JWSInvalidSignature
.So I think there are some steps missing for getting the dev environment set up.
The text was updated successfully, but these errors were encountered: