-
-
Notifications
You must be signed in to change notification settings - Fork 57
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 issues with 6.0.1 #195
Comments
|
@raido Thanks for your reply. I am a little lost, though. We never had a engines services list in our app. I suppose this is related to ember-engines? This app just uses fastboot - no engines. |
Sorry, I confused few things. There's one other issue on repo related to engines, I mixed things :) Is it possible for you to give more details on route structure or perhaps provide reproduction? |
I was able to reproduce this and cause is known. |
v6.0.2 published |
thanks guys. looks good so far 👍 |
Unfortunately, I came across this again today with Do you want to reopen this issue, or shall a create a new one? |
Ah, the assertion hits because no title elements are present if fastboot is turned off via query parameter. |
@raido yes, I suspect non fastboot mode expects the title element to be present within the template, but that element is removed when the plugin is installed in a fastboot enabled app. |
PR #198 loosens the dev time assertion a bit for |
Merged, but probably won't be able to release till next week. Please ping @MelSumner if this needs releasing asap. |
Released as v6.0.3 |
After upgrading to 6.0.1 I have been having issue using this addon. This is the error being printed to the console:
The issue seems, that there are 3 title elements being present.
If I run in non-fastboot mode, by adding query param
?fastboot=false
, there are 0 title elements (this would be an issue in case the fastboot server unexpectedly stops to work)I have tried to remove
templates/head.hbs
and reinstalled the addon, but nothing helped. I think the issue with multiple title tags is related to nested routes, as all my top level routes seem to work fine. And this only seems to occur when reloading the page or when navigation to a nested route.I do not use anything like ember-cli-head or any other addon I am aware of that would be making changes to the title.
The text was updated successfully, but these errors were encountered: