-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client-side CORB Warning #174
Comments
Hi @vliegenthart |
Hi @adamkasprowicz, My apologies for my slow response. I'm using keen-tracking version 4.0.7 and I've enabled the |
Hi @vliegenthart , |
PS: In the near future, we'll move from Beacon API to Fetch with KeepAlive flag. It's not yet supported because of cors bug https://bugs.chromium.org/p/chromium/issues/detail?id=835821 |
Hi @adamkasprowicz, Thanks for the update! I'll keep an eye out for any developments. |
Is there any update on this issue? I am also facing CORB with latest keen tracking api. All my requests are getting blocked from Chrome browser with Beacon API. If I try to use fetch api then some of the events are registered with status 200 or 201 but the events that are fired at page close get cancelled out. |
@adamkasprowicz Do you have any update on this issue? Thanks! |
Hi @DroidUnknown, |
Actually the fixing for this issue is currently not on our roadmap due to other initiatives - especially having in mind that the discussion about The error about CORB should not affect the page that using Keen-Tracking and all events should be sent to correctly. We'll try to address that issue as soon as it will be possible - by adding support to |
We use this keen-tracking package to stream events directly from client-side browsers. Since recently this warning has been showing up:
Cross-Origin Read Blocking (CORB) blocked cross-origin response <KEEN API URL> with MIME type application/json. See https://www.chromestatus.com/feature/5629709824032768 for more details.
Anything we can do from our side to fix and/or circumvent it?
Thanks!
The text was updated successfully, but these errors were encountered: