Where is bootstrap.min.js.map ver 4.1.1 located?

JD 1 Reputation point
2022-11-23T21:40:49.573+00:00

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.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,054 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.