OneSignal setup with Webflow

I am setting up OneSignal with my Webflow site to send push notifications, however it is not working on Chrome (seems to be working on all other browsers).

This is the error message:

'Access to fetch at ‘https://onesignal.com/api/v1/players’ from origin ‘https://www.solvexia.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.


The server setup is not allowing to fetch the URL of OneSignal like shown there. You can find more details of it at the following URL.

Cross-Origin Resource Sharing (CORS) - HTTP | MDN

Here is my read-only link: https://preview.webflow.com/preview/svx?utm_medium=preview_link&utm_source=designer&utm_content=svx&preview=1157d9619d20b92849edeacb4b70e4ee&workflow=preview

Has anyone else had this problem and managed to get it to work on Chrome?

See this stackoverflow post.

javascript - No Access-Control-Allow-Origin using OneSignal setup - Stack Overflow

And Issues · OneSignal/OneSignal-Website-SDK · GitHub