A resource is blocked by OpaqueResponseBlocking in https://chat.openai.com
Categories
(Core :: DOM: Networking, defect)
Tracking
()
People
(Reporter: wtds.trabalho, Unassigned, NeedInfo)
Details
Attachments
(1 file)
387.22 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0
Steps to reproduce:
- Open: https://chat.openai.com
- Try to ask an question
- Get the error: A resource is blocked by OpaqueResponseBlocking
Actual results:
From Firefox console:
10:17:38.738 A resource is blocked by OpaqueResponseBlocking, please check browser console for details. log_event_beacon
and
10:17:33.456 Cookie “” has been rejected as third-party. ProxyChannelFilter.jsm:425:18
and
10:17:39.019 XHRPOST
https://chat.openai.com/backend-api/conversation
[HTTP/2 403 Forbidden 28ms]
and
10:17:39.112 FatalError: Something went wrong. If this issue persists please contact us through our help center at help.openai.com.
NextJS 56
_app-44807f2f4dc5abc4.js:7:3842
NextJS 53
See attachments.
Expected results:
No errors and site working normally like Chrome.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Looks like the issue is https://chat.openai.com/backend-api/conversation
is blocked? I can't reproduce this locally.
Wellington, can you open about:logging
and use nsHttp:5,ORB:5
as the log module, click Set Log Modules
and then Start Logging
? Next, you can visit the chat.openai.com again and reproduce the problem. Lastly, you want to click Stop logging
and share the profile to here.
This way we can see which requests were blocked and the reasons of the blockage. Please note that the collected information contains the URLs that you are visiting which can be sensitive, so maybe you want to do this in a clean profile.
Comment 3•1 year ago
|
||
I am also getting this issue but on a payment site for one of my credit cards. has been happening for about 5 months. If you would like I did a log with above instructions but I did it in troubling shooting mode (didn't help the problem). For me I have run into it only on this one site so far.
I also just tried the openAI site and had no issues. sounds like this may be one of those hit and miss bugs.
Comment 4•1 year ago
|
||
Allen, have you confirmed that if you set browser.opaqueResponseBlocking
to false, the site start to functioning? Have you tried the latest Nightly? We recently had landed some patches which might fixed the problem.
If latest Nightly doesn't work and browser.opaqueResponseBlocking=false
fixes your issue, can you please file a new bug and needinfo me?
Comment 5•1 year ago
|
||
Nightly is up to date. Changed the setting and still doesn't work.
Comment 6•1 year ago
|
||
okay, so it's probably not caused by ORB then. Just to confirm, the payment site was not working for you right? If so, can you still file a bug for your issue?
Comment 7•1 year ago
|
||
Close as incomplete, because there is no response.
Description
•