denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

I deploy simple oak app on deno deploy, my experience #35

Open elycheikhsmail opened 3 years ago

elycheikhsmail commented 3 years ago

I deploy https://github.com/elycheikhsmail/deno-oak-helloword/blob/main/server.ts in https://github.com/elycheikhsmail/deno-oak-helloword repo using deno deploy platform it work on https://exciting-kingfisher-72.deno.dev/ , you can see the code . deno deploy requier client permission to access to his reposetory, my deploy failed befor I give the permission. I try to deploy this simple by giving the url https://github.com/elycheikhsmail/deno-oak-helloword/blob/main/server.ts to deno deploy but it failed with error message tell me I have error in line 7 but this error dosn't exist. the developer must hand not found situation. befor I deploy this online I deploy it on local with deployctl it work as insected except --addr= don't work I can't change the default port.

piscisaureus commented 1 year ago

Problems surfaced in this issue:

  1. [bug] Stack traces reference transpiled source code; source maps are not applied. Main issue: #262
  2. [compatibility] Deno.listen() ignores port number; no possibility to listen on a non-default port.