-
Notifications
You must be signed in to change notification settings - Fork 67
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
mongodb-stitch-browser-sdk - includes node-fetch lib #207
Comments
Hi @MichaelFBA Thanks for reporting this issue. This issue is due to the fact that we use the cross-fetch polyfill for fetch in the core module shared by all of our JavaScript SDKs. I would recommend opening an issue at https://github.com/lquixada/cross-fetch referencing this issue and letting them know I'll try to update you soon, but let us know if you have any further issues! |
Many Thanks @adamchel I'll do as you mentioned. Looking forward to using it :) 👍 |
We've just released version 4.3.0, which removes Let us know if this updated version works for you! |
Hi @MichaelFBA. We haven't heard back from you and believe that your issue has been resolved, so we will be closing this ticket. |
I'm getting this on the latest browser sdk ( |
Same error here
I cannot start to try :( Would it be possible to send requests without an SDK ? Just a basic REST API. |
Same here, same error. Why is this issue closed? |
Hello,
I am trying to integrate the mongodb-stitch-browser-sdk into a nativescript vue app.
I am using es imports
import { Stitch, AnonymousCredential } from 'mongodb-stitch-browser-sdk';
to start building the app and it is throwing an error which looks to be related to the sdk bundling in node-fetch (A node package inside of a browser sdk)Here is a stacktrace
The text was updated successfully, but these errors were encountered: