I'm getting a cross-origin request error with my embed code
Guidance on resolving cross-origin request errors when embedding code in Solo by adjusting script settings and using no-cors mode
The Embed section in Solo renders your code in an iframe and is served from embed.soloist.ai. If you are seeing this error, it usually means that your embed code is trying to run a script from a website host that is different to the Solo host, which is expected. To mitigate this issue, you will want to update your script and to add a "no-cors" parameter and you may want to use the assistance of ChatGPT or other. This will make the script ignore this security safeguard and allow it to run.
Related Articles
Still have a question? Post to our Reddit group or email the team.