CORS on windy.com/dev
-
It looks like windy.com/dev can not load
https://localhost:9999/plugin.jsbefore of CORS.Any hint on how to solve that.
I am using rollup-plugin-serve and tried:
serve({ contentBase: "dev", port: 9999, https: { key: fs.readFileSync('key.pem'), cert: fs.readFileSync('certificate.pem'), }, headers: { 'Access-Control-Allow-Origin': '*', }, }), -
Firefox seems to be working fine.
The pb is with Chrome Version 114.0.5735.198
Windy Community | Powered by excellent
NodeBB