anyone using next,js with docker and nginx? i have...
# orm-help
f
anyone using next,js with docker and nginx? i have some problems with webpack hmr and/or SWC even tho the ports are forwarded 😞 if anyone has some knowledge of this, drop me a message, cheers.
proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection “Upgrade”;
the proxy forward needed this, in case anyone runs into the same issue