recently I found that the contacts list loading well, but when click contacts details the page just loading only. I found the error detail below using chrome.
DevTools failed to load SourceMap: Could not load content for https://xxx.com/purify.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
jquery-2.1.4.min.js:4 GET https://xxxx.com/client/src/views/co...s?r=1621429355 404 (Not Found)
Uncaught Error: Could not load file 'client/src/views/contact/panel.js?r=1621429355'
at Object.error (loader.js:421)
at j (jquery-2.1.4.min.js:2)
at Object.fireWith [as rejectWith] (jquery-2.1.4.min.js:2)
at x (jquery-2.1.4.min.js:4)
at XMLHttpRequest.<anonymous>
DevTools failed to load SourceMap: Could not load content for https://xxx.com/purify.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
jquery-2.1.4.min.js:4 GET https://xxxx.com/client/src/views/co...s?r=1621429355 404 (Not Found)
Uncaught Error: Could not load file 'client/src/views/contact/panel.js?r=1621429355'
at Object.error (loader.js:421)
at j (jquery-2.1.4.min.js:2)
at Object.fireWith [as rejectWith] (jquery-2.1.4.min.js:2)
at x (jquery-2.1.4.min.js:4)
at XMLHttpRequest.<anonymous>
Comment