We are currently experiencing an issue where the map is not loading on our application due to a CDN-related error. This issue is affecting our users and needs to be resolved as soon as possible.
We kindly request your immediate attention to this matter. Please see the attached screenshot for reference.
Mappedin JS version 6.x is currently in beta. It’s Release Notes page lists all available versions. We expect it to move out of beta this month. Current v6 beta releases are stable for production use.
Those 404 errors are from jsDelivr, which is a public distribution network where Mappedin publishes its library. They may have been having an outage causing these errors.
To avoid this, you could build the Mappedin JS library into your app, which will result in it being hosted from your own web server and not rely on jsDelivr. Both approaches are documented in our Mappedin Getting Started Guide. Your app is using the “Local Development without NPM”, which results in reliance on jsDelivr. If you wish to keep that approach instead of building Mappedin JS you could try the alternative distribution network unpkg if jsDelivr is proving to be unreliable.