nextjs-subscription-payments icon indicating copy to clipboard operation
nextjs-subscription-payments copied to clipboard

failed to load 'https://deno.land/std/http/status.ts' Invalid peer certificate: UnknownIssuer

Open grantspilsbury opened this issue 1 year ago • 0 comments

I am trying to run locally: pnpm supabase:start but I get an error:

> @ 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?

grantspilsbury avatar Jul 31 '24 05:07 grantspilsbury