fredkisss (with 3 s') 😘
Badgateway on Nestjs app
@lutfifadlan I found the issue :
Your app doesn't listen to
0.0.0.0
and listens only to localhost
by default.
I send a PR to your repository : https://github.com/lutfifadlan/bookmark/pull/422 replies
Badgateway on Nestjs app
You need to either add a PORT variable of 8081 in your Dockerfile (or add it in dokploy), or instead use the default 3333 you defined here : https://github.com/lutfifadlan/bookmark/blob/707622795cfd874e8386ca92c9bb2ce4753093bb/src/main.ts#L19
22 replies