LOOPING IN - Creating an optimized production build
Could you help me? When deploying my project (mixed-wish - deploy log - 3959ff82-7f5f-46d5-9d5c-1878f1a52c27), apparently there are no errors, but the system gets stuck in the message - #12 8.613 info - Creating an optimized production build..., see screenshot:
What should I do next?
12 Replies
Project ID:
3959ff82-7f5f-46d5-9d5c-1878f1a52c27
can you share your repo?
please make it public
a big 404 page is of no use lol
Sorry, my bad. Its public now, and we're using the dev branch
have you left the build and start commands in your service settings blank?
yes:
in the package.json change your build script to
next build --debug
maybe that will print some useful information on why it's getting stuckI'll try, thanks!
hey, how did that go? did it give you any more useful information?
It worked fine, I could find the error, thank you!
awesome, what was the issue?