"ReferenceError: $ is not defined" in my pc browser #2396
Replies: 3 comments
-
I'm not sure if it's because of the browser. My phone and my computer are on the same wifi, but my phone is fine |
Beta Was this translation helpful? Give feedback.
-
Looks like your browser failed to connect to https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css and https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js and https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js This may be due to your local DNS. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your timely support! I am sure the problem is due to DNS. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This didn't happen when I used VPN:
On my PC Chrome browser the webpage shows
Error occurred, see Developer Console (Ctrl+Shift+I) - Please report this: ReferenceError: $ is not defined
And I found some log in dev console below:
GET https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css net::ERR_CONNECTION_TIMED_OUT network:1046 GET https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js net::ERR_CONNECTION_TIMED_OUT network:1049 GET https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js net::ERR_CONNECTION_TIMED_OUT datatables.min.js?v=5.4%20build%201690:33 Uncaught ReferenceError: jQuery is not defined at datatables.min.js?v=5.4%20build%201690:33:284 at datatables.min.js?v=5.4%20build%201690:33:309 (anonymous) @ datatables.min.js?v=5.4%20build%201690:33 (anonymous) @ datatables.min.js?v=5.4%20build%201690:33 sb-admin-2.js?v=5.4%20build%201690:62 Uncaught ReferenceError: $ is not defined at sb-admin-2.js?v=5.4%20build%201690:62:1 (anonymous) @ sb-admin-2.js?v=5.4%20build%201690:62 color-selector.js?v=5.4%20build%201690:498 Uncaught ReferenceError: jQuery is not defined at color-selector.js?v=5.4%20build%201690:498:4 (anonymous) @ color-selector.js?v=5.4%20build%201690:498 network:1139 Uncaught ReferenceError: $ is not defined at network:1139:9 (anonymous) @ network:1139 DevTools failed to load source map: Could not load content for http://plan.mclixiang.com/vendor/highcharts/modules/drilldown.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://plan.mclixiang.com/vendor/highcharts/modules/map.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://plan.mclixiang.com/vendor/highcharts/modules/no-data-to-display.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://plan.mclixiang.com/vendor/highcharts/highstock.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE network:1155 Uncaught ReferenceError: $ is not defined at network:1155:13
Beta Was this translation helpful? Give feedback.
All reactions