Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to load webpage with error: The requested URL was not found on this server

I'm experiencing a weird error with my PhoneGap app: every odd time I run the simulator (or the test deployed app on my phone), I get the error

Failed to load webpage with error: The requested URL was not found on this server.

It works every even time I run the simulator. This has been happening since I first deployed my app. I was not using any plugins at the time, but since then I've been trying to get the Facebook iOS SDK working, and this probably isn't related but the times that my app actually succeeds to start up, I can't click anything.

God help me.

This is my first time building an iOS app, so this is probably a newbie mistake - before this my app was just a mobile website.

like image 616
Garrett Avatar asked Oct 07 '22 08:10

Garrett


1 Answers

I just experienced this issue. The Urls are case sensitive. So if you have Login.html as the file name, it shouldn't be login.html in the code.

like image 184
attractgold007 Avatar answered Oct 10 '22 02:10

attractgold007