Custom Nodejs proxy error every 2-3 requests
I create a custom nodejs proxy to handle private applications. But every 2 or 3 request returns me and error
17 Replies
Project ID:
N/A
why are you proxying your requests?
becouse i have multiple apps that render after certains conditions
well one of those errors has a completely different hostname, is that normal?
its another app
okay cool
all works well on refresh 2 or 3 times throw error
how are you deploying this? nixpacks? dockerfile?
dockerfile
thought so, one sec
ENV is for remember me to add vars on railway
Solution
if i change to slim solves that?
well yes, but you can just add that service variable and it will also solve it
ohh i understand that for private net projects i forgot to add on proxy
i cahgne to slim and add vars
solved!
thx
if you're on slim you won't need that alpine variable
that's only when you use an alpine image