Bootstrap, jquery, ERR_FILE_NOT_FOUND

43 Views Asked by At

Recently I have been getting a few errors that hadnt appeared before for the files described not being found? It causes my cards to not go to their full size but works properly in the atom html preview. image of errors

I will list a section of my code as im unsure if it is from the script order being incorrect or an incorrect version or something along those lines, thank you for any help you can give!

2

There are 2 best solutions below

0
On

Since you are opening the file locally and not by using a web server, you are not allowed to use any external resources unless they are hosted in your PC.

If you are using Google Chrome and you want to use CDN's, you can install a plugin which will turn your browser to a web server, so you can include external files as you wish.

Use this link to go to the chrome web store, where you can find that addon.

0
On

Open your website via http:// and it most likely will work

Accessing external files are not permitted if the website is opened locally as file://