-
Hi, I'm getting this message in console.log. DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/atcb.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE Any idea what's wrong? Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
jekuer
Sep 10, 2022
Replies: 1 comment 1 reply
-
That's nothing you need to worry about. The problem comes from jsdeliver not able to fetch the real map url. We will optimize this soon with a better approach 😊. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jekuer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's nothing you need to worry about.
The source map is not relevant for anything, except making the code in the console better readable.
The problem comes from jsdeliver not able to fetch the real map url.
We will optimize this soon with a better approach 😊.