I followed this tutorial https://docs.digitalocean.com/tutorials/app-nextjs-deploy/#deploying-nextjs-as-a-custom-server on deploying nextjs as a custom server to digitalocean’s app platform. Right now I am encountering a routing problem, every route returns a 404.
What is the solution?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Have you defined a custom
basePath
in your Next.js config file? If so, I could suggest setting it to the default one and giving it another try.Let me know how it goes!
Best,
Bobby