heroku-buildpack-deno
heroku-buildpack-deno copied to clipboard
Heroku Buildpack for Deno
Hi! I've been using this buildpack for over a year now, but these last months, I can't seem to deploy. Everytime I get this error on the build log: ```...
Is there any way to set up SSL, HTTPS? I noticed that when I try to set cookies with `secure: true`, Deno complains: "Cannot send secure cookie over unencrypted connection"....
After integrating https://github.com/manyuanrong/deno_mongo into my application, I receive an illegal option error for "--port", both locally and when deployed on Heroku. I'm specifically using https://deno.land/x/[email protected]/mod.ts ``` 2020-11-26T05:27:08.450247+00:00 heroku[web.1]: Starting process...