I'm running a nuxt (running on node engine) website on a simple jelastic environment made of a load-balancer (nginx) and 2 nodejs container. I'm using pm2 as a process manager.
Nuxt is listening to its own ip and port 8080. (as stated here). When I try to access my website I get a 502 code.
The strange thing is that it used to work, I've tried reverting my project to older working version and nothing works. If i do a curl to the ip address and port used by nuxt I get back my correct HTML, which indicates to me that it's not an issue with Nuxt anyway.
Jelastic states that it redirects traffic from port 8080 to port 80. I don't know what to and am a bit lost.
What should I check ? Any help is appreciated.