What is your setup like? Is this a vite dev server accessed through an electron interface? The error you’re getting is due to CSP errors. Either the server is sending a Content-Security-Policy header or the HTML contains CSP-related meta tags.
1 Like