question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`ember fastboot` does not terminate with ember-cli >= 2.13

See original GitHub issue

Reproduction:

ember new app
cd app
ember install ember-cli-fastboot
ember fastboot
// press ctrl-c

This shows cleaning up... but the process never terminates. Just sending a SIGKILL will terminate it. No problems like that with ember serve, or when downgrading to ember-cli 2.12.

Don’t know if it’s worth fixing, as ember fastboot is deprecated anyways, but it broke some test setups, see https://github.com/tomdale/ember-cli-addon-tests/issues/96

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
kratiahujacommented, May 12, 2017

@kratiahuja ember fastboot is still there in your PR. Is it supposed to be removed with the next release?

I wanted to kill things in a subsquent PR since that PR has got really long to review for anyone.

1reaction
kratiahujacommented, May 12, 2017

We should likely leave it for the first release but deprecate it, then remove it shortly thereafter. @simonihmig I think ^ is a WONTFIX, as ember s will replace it (and it works correctly).

The deprecation message already exists today. See here . I am totally fine with leaving it for few more releases too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

_emberMetalProperty_get.get(...).getURL is not a function ...
At the end fastboot/lib/result.js calls the _finalize method and then _finalizeMetadata . _finalizeMetadata calls instance.getURL() and then for ...
Read more >
Shoebox - Ember FastBoot
FastBoot is an addon you can add to existing Ember CLI apps. ... To stop the server, press Ctrl-C on your keyboard to...
Read more >
ember-fetch - npm
ember -fetch uses node-fetch in Fastboot, which doesn't allow relative URL. url should be an absolute url, such as https://example.com ...
Read more >
Part 2: Should you use Ember FastBoot or not? - DockYard
In this part we'll look at the performance considerations for FastBoot and the ROI for your use-case.
Read more >
ember-fetch | Yarn - Package Manager
ember -fetch requries ember-cli 2.13 or above. Usage ... To use ember-fetch with TypeScript or enable editor's type support, You can add "fetch":...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found