I am investigating the ERR_TOO_MANY_REDIRECTS problem. And of all the answers found on the subject, none solves the problem for me.
When accessing on my localhost:8000 some features did not work. I look at the console and see the following:
Later I checked Bootstrap's own jquery file:
https://code.jquery.com/jquery-3.5.1.slim.min.js
And when accessing this address I get the following error:
I tried in other browsers, same problem. I accessed production the same.
I deleted the cookies, cleaned the pc, temporary and everything that can be done for cleaning.
I changed the jquery slim file to another CDN and download one as well, the error persists.
How can I identify the problem?
Change the cdn that comes by default with the Bootstrap starter template.
Default:
For this one:
Hope this can help you!!!