Workaround for _next/data URLs throwing 404, for multiple Next.js Apps Running On Same Domain
If you have to use multiple Next.js apps on a single domain, the only straightforward way for you to do that is to have baseUrl option set in next.config.js. But the problem with that is, you'll have different URLs for different apps on your domain: ...
tech.arihantverma.com4 min read