Hello, i am trying to load the following script via
<script src="https://embed.typeform.com/next/embed.js"></script>
But on console am having the following error due to cors origin that it’s not the same origin.
Access to XMLHttpRequest at 'https://embed.typeform.com/next/css/popup.css' from origin 'MY DOMAIN' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
GET https://embed.typeform.com/next/css/popup.css net::ERR_FAILED 200
Form seems to be working just fine.
Usually proposed solution is to add the domain on header allow cors origin on the server side. Any solution?