We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to run locally: pnpm supabase:start but I get an error:
pnpm supabase:start
> @ supabase:start / > npx supabase start Applying migration 20230530034630_init.sql... Seeding data supabase/seed.sql... supabase_edge_runtime_nextjs-subscription-payments container logs Download https://deno.land/std/http/status.ts Download https://deno.land/x/[email protected]/index.ts failed to load 'https://deno.land/std/http/status.ts' : Import 'https://deno.land/std/http/status.ts' failed: error sending request for url (https://deno.land/std/http/status.ts): error trying to connect: invalid peer certificate: UnknownIssuer
I think this is due to my security settings on my network.
Is there a way to get around this issue? Maybe not running the seed? Or do I have to get deno.land whitelisted on my network?
deno.land
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to run locally:
pnpm supabase:start
but I get an error:I think this is due to my security settings on my network.
Is there a way to get around this issue? Maybe not running the seed? Or do I have to get
deno.land
whitelisted on my network?The text was updated successfully, but these errors were encountered: