What is this error? (beginner btw)

So I have a weird problem. I’ve been doing this tutorial series to refine and understand my JavaScript in a somewhat real setting. But that’s just background knowledge. The problem is when ever I run my program in chrome. It says “Not allowed to load local resource”. I looked into this on sub forums on multiple websites. I am not exactly sure but I could manage to make out that it means something to do with chrome security, or PATH (I could be wrong about all of this). This is how it looks:

The fourth, fifth, sixth, and seventh tabs are loaded when I run the program. I don’t understand why it loads 4 tabs (maybe a side effect of it not loading?).

Help would be appreciated. Let me know if you need anything!

try running it on a local server instead heres one for vs code https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

1 Like

Thank you! This did the trick!

1 Like