- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have make app that fetches data from my server and show it , sometimes it works fine and some time i got error index.html not found and app closes i think it might be due to some network time out .
how can i fix it or how to increase timeout time please help me to fix it
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is my guess as to what's happening:
You are making a request to a URL that the server does not recognize or cannot handle. And, when it cannot find it, it is then looking for a fallback index.html at that directory. But, since it is most likely a data directory, there is no index.html there and then you get the failure message you see. Did you write your own server code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yeah sometimes due to server load it takes time to get request so this issue occurs can we increase timeout time

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page