Cannot load the data from local json file using fetch with Parcel live server – Javascript
I have a simple plain javascript project. When trying to load the content of a JSON file from a javascript I get the following error. Nothing fancy, all files are in the same folder but I don't understand why it's…