gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

[BUG] The dashboard.html has CORS issues with CDN libraries #19

Closed gbowne1 closed 1 year ago

gbowne1 commented 1 year ago

The dashboard.hml now has CORS issues possibly coming from the headers set in the server.js or in the html itself.

Our policy must be blocking the headers coming from Cloudflare CDN.

We really should be using downloaded resources in the client (bootstrap, font-awesome, popperjs , jQuery, etc.) but wanted to use CDN's in the development phase of this project.

I'm not a CORS expert, nor an ExpressJS expert. The browser console when navigated to /dashbord has some significant issues.

jzunigarce commented 1 year ago

I fix the issue, i will not upload it yet because the external images do not load. Regarding the logo, did you upload it?

gbowne1 commented 1 year ago

No I did not upload the logo. @jzunigarce

gbowne1 commented 1 year ago

I think this is largely fixed now correct @jzunigarce?