Skip to content
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

Error on CloudFlare Workers #19

Open
BlakeB415 opened this issue Oct 4, 2022 · 0 comments
Open

Error on CloudFlare Workers #19

BlakeB415 opened this issue Oct 4, 2022 · 0 comments

Comments

@BlakeB415
Copy link

BlakeB415 commented Oct 4, 2022

Error: The 'credentials' field on 'RequestInitializerDict' is not implemented.
    at createRequest (VM4 worker.js:28479)
    at fetchAdapter (VM4 worker.js:28354)
    at dispatchRequest (VM4 worker.js:27722)
    at async setup (VM4 worker.js:71161)

options.credentials = config.withCredentials ? 'include' : 'omit';
This has to be undefined in a CF worker as they don't implement options.credentials for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant