uptownhr (James)
Why Deno runtime is differently when running locally or through Deno Cloud?
FYI: I did already post into the deploy feedback as well.
Posting here as well to gain more visibility, but here's the link to the repo where you can reproduce in less than 5 minutes. https://github.com/uptownhr/tiny-url/commit/a9201732bbc95525588a17e93e0afdc720646dbc
Locally,
1. clone
2. deno task dev
3. visit http://localhost:3000/
You'll see an empty array as your response and not a 500
Through Deno Cloud
1. deployctl deploy
2. visit the auto-generated deno url
Expected: same result as when you ran locally and visited the service
Actual: a 500
Here's the error
4 replies