-
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
FastBoot failing with Ember 2.9 #266
Comments
Passive aggressiveness not appreciated |
It has a similarly named issue title and I wanted to draw attention to this. |
Stacktrace I'm seeing:
|
Are you getting the URL from the router at any point in fastboot? |
Also, Ember/glimmer2 works with 2.9 according to: emberjs/ember.js#13949 (Scroll down to addons/tooling). This is likely application issue, or an issue with a specific addon. I would try to run an non-uglified version of the code on staging to debug |
I could still be a fastboot issue, but getURL hints that you may be accessing something from the router that isn't available |
I am looking into it, but as I previously mentioned in #265 the application has not changed beyond updating the ember and ember-data deps. |
Updating |
Its strange, I'm not seeing any errors in the app-server logs |
Are you still running the same NGINX config since before I left, NGINX is swallowing the errors if so |
No, I rewrote everything. I can see the requests being handled by the app server:
and it seems to indicate that the app is being served just fine which means that Nginx shouldn't be seeing any errors as the app server is not reporting any errors. However, the version of the app being served is clearly not server-side rendered. Simple things like the |
Do you have |
If that is something I have to opt-into then I would say I do not have that turned on. Our app server is here: https://github.com/DockYard/dockyard-app-server |
It's on by default in |
Ok, after disabling
|
Sorry, lots of comments and I may have missed where you mentioned it, but what is the Ember.VERSION being used? |
Generally, when I see that event dispatcher error its because something isn't properly honoring the |
@rwjblue our app is on Ember 2.9.0-beta.2 with Ember Data 2.9.0-beta.1 |
@rwjblue I can confirm it's still happening with |
This issue can be closed. emberjs/ember.js#14333 (comment) |
@martndemus thanks! |
I'm seeing this issue still. How do I fix it? On Ember and Ember CLI version 2.10 beta |
Not a duplicate of #265
Deploying our staging server with built assets: https://staging.dockyard.com/
A previously working Ember app in Fastboot is now failing. The error is clearly in vendor.js but because I cannot run the fastboot server on my machine due to #265 I cannot diagnose the issue.
The text was updated successfully, but these errors were encountered: