NextJS build issue
Hello !
I've been playing around with Dokploy to test its capabilities, and so far, I'm quite impressed.
I'm currently building a test NextJS application. It was working fine after some trial and error, but suddenly, NextJS seems to be skipping the build process...
As a result, the
For reference, here's an example of the expected log output on my local machine:
I've tried pruning all Docker volumes, images, containers, and build cache, but the issue persists. :/
Thanks in advance for your help!
I've been playing around with Dokploy to test its capabilities, and so far, I'm quite impressed.
I'm currently building a test NextJS application. It was working fine after some trial and error, but suddenly, NextJS seems to be skipping the build process...
As a result, the
next start command isn't working:For reference, here's an example of the expected log output on my local machine:
I've tried pruning all Docker volumes, images, containers, and build cache, but the issue persists. :/
Thanks in advance for your help!