Not Found The requested URL was not found on this server

Hello. There is a problem - the web application starts on the local site, but here, in https://app.netlify.com, it does not work, it says - Not Found The requested URL was not found on this server. But, at the same time, in the Deploy log it is complete (Initializing - Complete, Building - Complete, Deploying - Complete, Cleanup - Complete, Post-processing - Complete). The Deploy log link is Netlify. The link to the site is Netlify. Tell me, what errors exactly are there and how to fix them?



It’s very hard to guess at what might be happening from the limited information you’ve provided.

From looking at your screenshots I’ve determined the link to the site is actually:
https://air-courier.netlify.app

The link you’ve provided to your build log is private:

The message you’re seeing doesn’t appear to be a standard Netlify one.

image

It also has a 200 status instead of 404 which I would expect:

You’re deploying functions:

So with the limited information available, my wild guess it that you have a function that is causing it.

Thanks for the answer!
Unfortunately, I don’t understand Netlify settings very well.
I can provide access (please explain how to provide you with access) - it will be better and much clearer to you what the problems and errors are.
With respect, Ruslan.

ср, 4 сент. 2024 г. в 04:31, Nathan Martin via Netlify Support Forums <notifications@netlify.discoursemail.com>:

@ReturnXZ Does your site have a public repository?

The index.html that @ReturnXZ has deployed is simply what we’re serving. The file itself has the text hardcoded that says the message in the title.

Great, explains it perfectly, while also being so absurd that I never would have guessed it.

Hello!

Thanks for the answers.
Here is the link to GitHub - - https://github.com/ReturnXZ/air-courier-light.
Need access to the repository - please clarify how to do this so that you can access the repository.
Sorry, I’m a newbie.
Best regards, Ruslan.

чт, 5 сент. 2024 г. в 02:23, Nathan Martin via Netlify Support Forums <notifications@netlify.discoursemail.com>:

Please send your username and email address for access to GitHub

чт, 5 сент. 2024 г. в 07:03, Air Courier <aircourier900@gmail.com>:

@ReturnXZ I specifically asked public repository?

I don’t help with private projects, if you’re wondering why you can read my answer here:

It doesn’t matter though as there’s apparently no need for any further investigation, @hrishikesh has already explained why you’re seeing that message:

Run/look at your project locally and make sure it’s correct before deploying it to Netlify.

If you deploy a file that says:

image

Then that’s what Netlify will display.

If you don’t want that, then make something else.