-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Import fetch from 'fetch'
not working w/ 3.2.8
#55
Comments
fetch from 'fetch'
not working w/ 3.2.8Import fetch from 'fetch'
not working w/ 3.2.8
@BlueRaja it would be great if you could provide a minimal reproduction of this issue. |
I see something else, with 3.2.9, not sure if it's related. Also using ESA, but in an engine.
|
Looks like https://github.com/ember-cli/ember-fetch/blob/master/index.js#L84 targets |
@knownasilya That's the browser version which is wrapped with From your stack trace it seems sandbox globals in FastBoot aren't being set. Can you put in a minimal reproduction? I would be happy to look into it. |
I'm not running Fastboot, that's the problem 😄 ESA is Ember Simple Auth, like #26 mentions might be related. But I think this is a different issue. |
Ran into this issue trying to move from b9be38f added support for the new v1.0 FastBoot (with the new manifest hook), but also completely removed support for legacy FastBoot by removing the conditional logic that injects the FastBoot shim into the FastBoot vendor tree. 😢 This means that if you're running an older version of |
I ran into the same issue, the only way I could solve it was by having the host app install Would a repro still help here? |
Also ran into this issue and got around it the same way Sam did above ^ |
@samselikoff @jkeen Can you verify the issue you have are duplicates of #98 or the pre-1.0 Fastboot one? |
Seems like if the rule is for top-level app to have this installed, then this can be closed 👍 |
If someone still sees this issue feel free to open another issue or comment to re-open. |
Running
ember-fetch
in a Fastboot enabled app, we see the same issue mentioned in #26Running without Fastboot works fine.
The project is huge so I'm not sure if this is a straight-up an
ember-fetch
issue, or a complex mix of other factors. We don't have any dependencies relying onember-network
.The text was updated successfully, but these errors were encountered: