-
Notifications
You must be signed in to change notification settings - Fork 191
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
Error in FastBoot: "Cannot read property 'require' of null" #1141
Closed
Labels
Comments
I have hit same thing over here: ember-cli/ember-page-title#168
|
Thank you for reporting @marcoow! |
simonihmig
added a commit
to ember-bootstrap/ember-bootstrap
that referenced
this issue
Aug 30, 2020
It was intended before to run FastBoot tests only within the explicit ember-try scenario, but actually they did run for every scenario. This should fix it. However we may revise that later, as FastBoot tests using `ember-cli-fastboot-testing` don't suffer from the overhead they had before. But we should do that eventually only after glimmerjs/glimmer-vm#1141 is fixed, which currently causes FastBoot tests to fail for Ember beta/canary.
simonihmig
added a commit
to ember-bootstrap/ember-bootstrap
that referenced
this issue
Aug 30, 2020
It was intended before to run FastBoot tests only within the explicit ember-try scenario, but actually they did run for every scenario. This should fix it. However we may revise that later, as FastBoot tests using `ember-cli-fastboot-testing` don't suffer from the overhead they had before. But we should do that eventually only after glimmerjs/glimmer-vm#1141 is fixed, which currently causes FastBoot tests to fail for Ember beta/canary.
@rwjblue how are things going? |
I've finally reproduced the error over in emberjs/ember.js#19123. Working on a fix here in glimmer-vm now... |
@rwjblue good on ya mate! |
Fixed by #1155, working on backporting and landing in affected Ember versions. |
This was referenced Sep 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're currently seeing an error in the FastBoot tests in ember-simple-auth that originates in @glimmer/runtime:
I suspect this has to do with the recent refactoring (#1138) since specifically this line is failing:
47142cc#diff-33ba693279a12bb3f292beae96c25b03R43
The error can be reproduced by running the ember-simple-auth test app for the latest ember-beta (which I suppose contains the above change):
The text was updated successfully, but these errors were encountered: