NougatorN
Denoβ€’3y agoβ€’
2 replies
Nougator

Error trying to connect: Connection reset by peer (os error 104)

Hello, i'm trying to deploy a my Fresh website using a Ubuntu 22.04 server but when I try to run my code (using deno run main.ts -A) I get this error
error: Import 'https://deno.land/std@0.193.0/dotenv/load.ts' failed: error sending request for url (https://deno.land/std@0.193.0/dotenv/load.ts): error trying to connect: Connection reset by peer (os error 104)
    at file:///home/mysite/main.ts:7:8

I never had this kind of error before and now I'm stuck and don't really know what to do.
Can anyone please help me?
Was this page helpful?