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-cli crashes whenever there is an error and you try to load a page in the browser.

See original GitHub issue

reproduction:

  • classic build / no embroider
  • await import(someVariable) <- auto import forbids non-static await imports
  • ember s
  • load localhost:4200
  • ember s crashes

Output from ember version --verbose && npm --version && yarn --version:

❯ ember version --verbose && npm --version && yarn --version
ember-cli: 3.27.0
node: 14.17.3
v8: 8.4.371.23-node.67
uv: 1.41.0
zlib: 1.2.11
brotli: 1.0.9
ares: 1.17.1
modules: 83
nghttp2: 1.42.0
napi: 8
llhttp: 2.1.3
openssl: 1.1.1k
cldr: 39.0
icu: 69.1
tz: 2021a
unicode: 13.0
os: linux x64
7.7.5
1.22.10

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
kategenglercommented, Aug 17, 2022

@kellyselden is working on releases; we typically close issues upon merge of fixes

1reaction
ef4commented, Aug 10, 2022

Nevermind, I figured out the reproduction. I was missing the part where it’s not the rebuild that crashes, it’s the HTTP request after the rebuild.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ember CLI Crash on Rebuild after Clean install - Stack Overflow
I have no idea what's wrong but when i change a file in my project, which triggers a rebuild, I get an EEXIST,...
Read more >
Deploying an Ember app - Basic use
There are three main options for deploying your app: using the ember build command, installing ember-cli-deploy , or using pre-made build packs. ember...
Read more >
Ember resources and troubleshooting - Learn web development
Our final Ember article provides you with a list of resources that you can use to go further in your learning, plus some...
Read more >
Changelog - Cypress Documentation
If you wish to call a method that returns a promise and wait for it to resolve, ... When a chromium based browser...
Read more >
CoffeeScript
If you are using CoffeeScript in a project, you should install it locally ... When using a JavaScript loop to generate functions, it's...
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