IshayuD / CS4341

0 stars 0 forks source link

CSV files will not open #2

Open AlexanderBeck0 opened 9 months ago

AlexanderBeck0 commented 9 months ago

The CSV files will not open.

Access to XMLHttpRequest at 'CS4341/CS4341_project/pages/data/NBA_Player_Stats.csv' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, isolated-app, chrome-extension, chrome, https, chrome-untrusted.

IshayuD commented 9 months ago

The easiest way to solve this is using the "Live Server" extension in VS Code. I'm not sure if it's possible to show local files on a non-HTTP site.