I have a Next.js React app that runs locally.
when i try and deploy it the site finishes, but loading the page just shows “not found”
ive poked around at docs and not sure what else to try.
I have a Next.js React app that runs locally.
when i try and deploy it the site finishes, but loading the page just shows “not found”
ive poked around at docs and not sure what else to try.
Hi there,
If the app is deployed as a Static Site, it typically means there is no index.html
file getting served or routed to. If the app is deployed as a Web Service, it typically means the routing within the app is misconfigured.
Our troubleshooting guide has some more tips: https://docs.render.com/troubleshooting-deploys#404-not-found
Regards,
Mike
Render Support Engineer, MT (UTC-6, UTC-7 in Winter)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.