Software Archive
Read-only legacy content
17061 Discussions

Failed to load resource: server responded with a status of 404 (Not Found)...

PaulF_IntelCorp
Employee
768 Views

This message 

Failed to load resource: the server responded with a status of 404 (Not Found) http://127.0.0.1:58889/http-services/ui-builder/web/unit_tests/utils/tes... "

is not an actual problem. Some code used for testing was left inside App Designer. Its presence or absence doesn't affect your app or the use of the XDK. You can safely ignore this message. We'll make sure it is not present in the next release.

0 Kudos
3 Replies
miguel_angel_z_
Beginner
768 Views

i have version 3088, and i have this problem when trying to access a json from a diferent web site: Failed to load resource: the server responded with a status of 404 (Not Found)

i out this on my index.html : <meta http-equiv="Content-Security-Policy" content="default-src http:; font-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'">

in this two files : intelxdk.config.android.xml, intelxdk.config.android.app.xml, i put this:<access origin="*"/>

what el more can i do ?

 

0 Kudos
PaulF_IntelCorp
Employee
768 Views

@Miguel -- you cannot modify the intelxdk.config.android.xml file directly, it will be overwritten each time you build your app. You need to make those updates using the whitelist section of the Build Settings panel on the Projects tab.

0 Kudos
Luiz_C_
Beginner
768 Views

I have same problem, works perfectly on chrome. But in xdk, 404.

Failed to load resource: the server responded with a status of 404 (Not Found) http://127.0.0.1:58889/wiserplace-commons/assets/pages/css/login-3.min.css                    (Yes this file exists and page works fine on chrome!)

The problem was source path, Chrome recognizes "/" on src="/wiserplace-commons/lib/wiser-general/wiser.general.js"></script> but xdk not recognizes a change to src="wiserplace-commons/lib/wiser-general/wiser.general.js"></script> and works fine.

0 Kudos
Reply