You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was reported in #1188 that a change at the CDN had required an alteration of the CDN URI, and that change has been made, and the issue closed. GREAT work!
I think there's a further requirement and that's to alter the map URI to expand the minified file contents.
While the CDN file loads without issue, https://cdn.jsdelivr.net/npm/hls.js@latest, the .map file 404s:
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (hls.min.js.map, line 0)
It's the last line in the file as:
//# sourceMappingURL=hls.min.js.map
When using the Cloudflare URI as the CDN, there's no issue, as it supplies hls.min.js.map.
When using the reference application there's no issue as the files are sourced from a CDN.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It was reported in #1188 that a change at the CDN had required an alteration of the CDN URI, and that change has been made, and the issue closed. GREAT work!
I think there's a further requirement and that's to alter the map URI to expand the minified file contents.
While the CDN file loads without issue, https://cdn.jsdelivr.net/npm/hls.js@latest, the
.map
file 404s:[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (hls.min.js.map, line 0)
The URI being called by the file is https://cdn.jsdelivr.net/npm/hls.min.js.map, which would have related to the old minified source
It's the last line in the file as:
//# sourceMappingURL=hls.min.js.map
When using the Cloudflare URI as the CDN, there's no issue, as it supplies
hls.min.js.map
.When using the reference application there's no issue as the files are sourced from a CDN.
The text was updated successfully, but these errors were encountered: