Where is bootstrap.min.js.map ver 4.1.1 located?
I am having trouble running my angular static web app on azure server.
Whenever user is registering him/her self with my app (running on azure server), I send back to that user an email with the link (to my angular app ) to verify that user's e-mail.
When the user clicks on the email link to go to the page (angular component) for an account verification - Browser displays the following error:
DevTools failed to load source map: Could not load content for https://ajax.aspnetcdn.com/ajax/bootstrap/4.1.1/bootstrap.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I have checked that the https://ajax.aspnetcdn.com/ajax/bootstrap/4.1.1/bootstrap.min.js.map
content does not exists, so the browser can' find it.
The question is why and what service is requesting that map file. My static web app is configured to use angular 5.2.2.