Hello,
I am having trouble deploying my Next.js 13 application, When I open the URL, nothing shows and nothing renders in the network tab. However, I can see the .next
build files in the Deploy file browser in Netlify.
Here are the relevant details:
Site URL: https://main--luminous-daifuku-7680c3.netlify.app/
Build Files in “Deploy file browser”:
Netlify Build Settings:
Netlify.toml Configuration:
Package.json:
Empty Network Tab (No Files Rendered):
Website Response:
Thank you for your support.
Melvin
October 30, 2023, 1:09pm
2
Hi @Mohammed019 ,
Thanks for reaching out and welcome to Netlify’s Support Forums!
It appears that the site has been deleted. Have you deployed to a new site? If so, please provide the site name so we can look into this issue.
We have a Support Guide that we recommend you read here that covers this issue:
Last reviewed by Netlify Support - August, 2023
Netlify attempts to lookup a file based on several xor filters, and when all of these fail, we end up serving a 404 page. For example, a request made to /example/ would check /example/index.html, /example.html, /example/home.html and several other combinations (not necessarily in the same order) before hitting the 404. However, in case you were not expecting a 404 at a particular URL, you might be interested in finding out the reason and potentia…
Let us know if you have any questions.