Hi, I’m using the Gatsby Script API with offMainThread for a couple 3rd party scripts. Everything seems to be working correctly out of the box in development but I seem to be having an issue with the 200 rewrites for production.
I’ve added the 200 rewrite into static _redirects -
However, when building a deploy preview the scripts in question 301 and then have a CORS error.
Deploy Preview - https://deploy-preview-47--goodmanplumbers.netlify.app/
This is the first time I’ve tried proxying scripts in general so I’m a little over my head here.