Hi All,
I have a web app with 15 paying customers, and use the GPT API to perform tasks for the user.
But users are getting random CORS errors! I don't seem to get them, and some get them more than others, but they are pushing away current and potential customers, and could start to give my company a bad reputation.
I have tried routing the API through a could function (by making it private), adding a CORS Header, and routing the API call through a Heroku proxy server but nothing can make the API call work consistently without errors!
If anyone knows how to fix this, I would be extremely grateful?