I don’t know if it ever happened to anyone , from today i have been having a weird bug where i can’t see any messages from GPT, if i look from the app on the phone the messages are there but on PC i can’t see anything
I have the same issue. In the dev tools console I see a lot of messages similar like this:
Access to script at ‘``https _ //cdn.oaistatic.com/assets/jzy7o6pqdt2jkc6o.js’`` from origin ‘``https _ //chatgpt.com``’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
The openai help chat told me the following:
The “blocked by CORS policy” error means your browser is refusing to load important scripts from OpenAI’s servers due to cross-origin security checks. This usually isn’t a problem with your browser, device, or internet connection—it generally points to either:
A temporary issue or misconfiguration on the server side.
A network-related issue (such as a firewall, VPN, company network restrictions, or browser extension) that is blocking or interfering with content from https _ cdn oaistatic com.
And further:
If you’re still getting the same CORS error, it’s likely a server-side issue or network configuration beyond your control. In that case, it’s best to wait and try again later, as these issues can resolve once the server-side misconfiguration is fixed.
If the issue persists for several hours or days, please let me know—so we can look into whether there is an ongoing technical problem affecting users.