-
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
ember-cli-fastboot with ember-fetch broken #711
Comments
Maybe related ember-fastboot/fastboot#221? |
Seems to be the same issue @bobisjan suggested. I'm getting this error after updating to 2.1.2:
|
ditto, seeing error about |
@allthesignals would you do me a favor and delete your node_modules folder and package.lock.json/yarn.lock and then reinstall your node deps and let me know if you still have this issue. |
@kiwiupover sure, I did a fresh re-install and I still see the same error. The first time I tried
The second |
It's weird, when I revert back to 1.3.1, using fastboot-app-server, I only see the error on my production server:
|
I am also struggling with this error. I can reproduce it by doing:
(Based on the current ember-cli 3.11.0) |
I tried to see if any commits between 2.1.1 and 2.1.2 works by adding them directly to package.json, however even the first commits after the 2.1.1 release produced strange behaviour. I am seeing the same error starting version 2.1.2:
2.1.1 is the last release I am able to use without seeing that error |
Experiencing this after bumping from 2.1.1 to 2.1.3 |
Confirm! I'm also getting this after bumping from 2.1.1 to 2.1.3. |
In commit 21a5f3f |
The issue should have been fixed by |
Thank you @xg-wang / @kratiahuja, closing this for now but happy to reopen if we've missed something. |
Updating fastboot to 2.x broke ember-cli-fastboot when using ember-fetch.
Interestingly enough, this is apparently the same issue there was with fastboot-app-server with fastboot 1.x, fixed by upgrading to 2.x. (#686)
But in ember-cli-fastboot this happens with fastboot 2.x and doesn't with fastboot 1.x (ember-cli/ember-fetch/issues/184) 🤔
The text was updated successfully, but these errors were encountered: