oracle / oraclejet

Oracle JET is a modular JavaScript Extension Toolkit for developers working on client-side applications.
https://oracle.com/jet
Other
504 stars 115 forks source link

Failed to load resource: the server responded with a status of 404 #51

Open borigorlas opened 4 years ago

borigorlas commented 4 years ago

Hi ,

We have developed a JET application and some times am getting below error in console and not loading the scree. if i clear the cache then it will start working.

Connecting to PORT_NAME_SYMANTEC_PKI_CLIENT_CONTENT_TO_BACKGROUND... bridge.js:1 Connected: Objectdisconnect: ƒ disconnect()name: (...)onDisconnect: {addListener: ƒ, removeListener: ƒ, hasListener: ƒ, hasListeners: ƒ, dispatch: ƒ}onMessage: {addListener: ƒ, removeListener: ƒ, hasListener: ƒ, hasListeners: ƒ, dispatch: ƒ}postMessage: ƒ postMessage()sender: (...)get name: ƒ ()set name: ƒ ()get sender: ƒ ()set sender: ƒ ()proto: Object bridge.js:1 Done. detection.js:1 +content/detection.js detection.js:1 -content/detection.js error.html:1 Failed to load resource: the server responded with a status of 404 ()

Thank you,

Regards, Brahma

peppertech commented 4 years ago

Hi Brahma, this looks like it has something to do with your server config. The errors are more about missing files or connections. These are not errors coming from any of the JET side (client) code.