502 Bad Gateway public DNS
jmunozz
PROOP
19 days ago
Hi.
I did all the config right I think.
App is listening on port 8080 (see logs)
Public DNS is configured with custom port 8080.
Somehow my api is not accessible through the web and I have a 502 error.
(I should have an 401 error for not being authenticated).
Thanks for your help !
1 Replies
19 days ago
Is the application listening on 0.0.0.0?
Also, something I'd try as a sanity check is to manually set the port to 3000 and the URL to 3000 as well.