-
Notifications
You must be signed in to change notification settings - Fork 66
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
headers in preflight response #130
Comments
Thanks for your interest. This sounds like a support ticket that should be directed to our support team here: https://support.launchdarkly.com/hc/en-us/requests/new - they can investigate it and consult with the SDK developers if necessary. |
Electron 14: mechanism for keeping renderer process client in sync with main process client
I am also getting this issue on version 2.10.2. Looking at the launch darkly source code, it seems like this should be fixed in 2.15.2 with the |
@gavyaggarwal I'm not sure what you mean by "an ETA for this release": 2.15.2 was released on 2019-11-15. Also, the Normally, native browser implementations of EventSource do not have this problem. If you are using a polyfill, I would recommend trying the most recent version of |
When I use launchdarkly on my localhost with Angular 6, that is work, but sometimes will tell me
net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)
. what is this mean?on my online project, they will tell me error like this
Access to fetch at 'https://clientstream.launchdarkly.com/eval/****' from origin 'https://****' has been blocked by CORS policy: Request header field cache-control is not allowed by Access-Control-Allow-Headers in preflight response. leads:1 GET https://clientstream.launchdarkly.com/eval/**** net::ERR_ABORTED 504 (Gateway Timeout)
What can I do ? Or my network problem?Can I set Request for launchdarkly? Thanks!!!
The text was updated successfully, but these errors were encountered: