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.
Link Copied
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 ?
@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.
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.
For more complete information about compiler optimizations, see our Optimization Notice.