user3004449
user3004449

Reputation: 129

Azure web app throwing error when referring to non-existent path

Is there a reason why my web app inside an Azure web app is returning a 404 error saying:

Failed to load resource: the server responded with a status of 404 ()

The path for the file is: https://WEB-APP-NAME-HERE.azurewebsites.net/resources/demos/style.css

If I look into my project files and folders, I do not have a recources folder, nor a demos folder and for sure no style.css file.

Can this message be turned of inside portal.azure.net? Or can this path be deleted so that Azure / the web app doesn't check it anymore?

Thanks in advance.

Upvotes: 0

Views: 64

Answers (1)

McGaz
McGaz

Reputation: 1362

Have you searched your actual code for a reference to that file?

Or would it previously have been there and a bot is trying to re-read it?

Upvotes: 1

Related Questions