kushranada
kushranada
DDeno
Created by kushranada on 1/14/2024 in #help
Deno deploy - My simple mail service is giving a connection error (works fine locally or on vercel)
You are correct, apparently they blocked ports 25, 465 and 587 because of spam abuse... I will look into another solution. Thanks for your reply @raunioroo
3 replies
DDeno
Created by kushranada on 3/5/2023 in #help
Fresh in a Docker exiting process
I copy pasted the docker example from the Fresh docs. I think something might be going wrong dependency related. But I have no idea how to debug this as I dont get any errors and it works fine locally without a container and on deno deploy.
10 replies
DDeno
Created by kushranada on 3/5/2023 in #help
Fresh in a Docker exiting process
I think since the base image is deno, the CMD automatically uses deno. I tried adding deno in the CMD but it behaves the same; it runs the command then immediately exits with code (1).
10 replies
DDeno
Created by kushranada on 3/5/2023 in #help
Fresh in a Docker exiting process
Its as if the container doesnt stay alive by the await start in main.ts...
10 replies
DDeno
Created by kushranada on 3/5/2023 in #help
Fresh in a Docker exiting process
Yes it logs the CMD: Task production deno run -A main.ts And then nothing. It just says EXITED(1)
10 replies