Hi, I tried your library to implement a Nodejs Server (Android only) for fetching data from API. Everything seems fine, but when the request takes about +30s, I get back the response Request failed with status code 504.
I tried to start the server with arguments like so and set the default timeout to 2 minutes but it did not help.
nodejs.startWithArgs(`${NODEJS_CHANNEL} --http-server-default-timeout=120000`)
Are there any limitations for calling requests on Thread? We have devices with slow internet connections and we want to be able to let them call API with a bigger timeout.
Hi, I tried your library to implement a Nodejs Server (Android only) for fetching data from API. Everything seems fine, but when the request takes about +30s, I get back the response Request failed with status code 504.
I tried to start the server with arguments like so and set the default timeout to 2 minutes but it did not help.
nodejs.startWithArgs(`${NODEJS_CHANNEL} --http-server-default-timeout=120000`)
Are there any limitations for calling requests on Thread? We have devices with slow internet connections and we want to be able to let them call API with a bigger timeout.
Thanks for the help 🙏 Love your library 🖤
app dependencies
nodejs-project dependencies
"axios": "0.27.2", "dayjs": "1.11.5", "lodash": "4.17.21", "ramda": "0.28.0"
Request example
react-native info