This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Replies: 1 comment 7 replies
-
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am trying to deploy an app which I had working on Heroku before on deta.
It's a background process written in javascript which connects to a REST API and downloads some stuff.
For the HTTP Callout I am using the got module but it doesn't seem to work and I dont know why because there is nothing written in the logs..
My code looks like this
The first log message is displayed but the second one not and I get nothing else in the logs..
I am also catching any errors and logging them but no error is logged as well.
Any ideas? Is this something maybe not supported?
Beta Was this translation helpful? Give feedback.
All reactions