-
Notifications
You must be signed in to change notification settings - Fork 158
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
Issue with fastboot after upgrading to ember 3.9 #686
Comments
Looks related to ember-cli/ember-fetch#184 |
What version of ember-data are you using? If ember-data 3.9.0 there is a
fix coming in 3.9.1 which should be released this week.
Cheers
Dave
…On Sat, Apr 13, 2019 at 8:24 AM Luca Corti ***@***.***> wrote:
Looks related to ember-cli/ember-fetch#184
<ember-cli/ember-fetch#184>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#686 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAniC_sWRNteEg58ZmqU5Tenqyg3iRY9ks5vgfaigaJpZM4cuGd8>
.
|
@kiwiupover I'm having the same issue with 3.9.1 |
@kiwiupover This seems slightly different from the ED 3.9.0 issue, but still like it's coming from fetch? |
@lucacorti add ember-fetch to your app.
|
@kiwiupover I have |
Can you provide a reproduction repo? It would help in debugging... |
@rwjblue I'm having issues reproducing this in a brand new project. The issue manifests itself only for my project and only in I guess this is triggered by something else in my project, probably some other dependency. |
@xg-wang - I recall this error, but not the specific resolution. Do you happen to remember? |
@rwjblue Are you saying this issue ember-cli/ember-fetch#115? |
@xg-wang Just to check if I'm getting this right, am I supposed to run yarn or npm install in the I do install |
@lucacorti Yes you should run |
@xg-wang yes the issue looks exactely like mine, but after running yarn in dist, and having depdendencies in dist/node_modules (including abortcontroller-polyfill) I have exactly the same error with fastboot. |
@xg-wang @rwjblue I just noticed |
I submitted a PR to |
After updating my app to fastboot 2.x im running into this as well |
FastbootAppServer 2.0.0 is out with ember-fastboot/fastboot-app-server#102 merged. I tested this in production and everything works as expected, so I'm closing this. Thanks to everyone for the help. |
I'm getting this error from fastboot while running in production (fastboot-app-server), this does not happen in local development:
The text was updated successfully, but these errors were encountered: