Doesn't work when `ember-glimmer-remove-application-template-wrapper` flag is enabled.
See original GitHub issueUsing Ember canary, if the feature flag ember-glimmer-remove-application-template-wrapper
is enabled when the JS boots the SSR content is not replaced, ending on a repeated page:
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Test support for legacy feature flag #33264 - rancher ... - GitHub
UI relies on Legacy feature flag to decide which pages will be available to the user. It doesn't impact any backend changes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe #569 may have caused the shoebox data to be stripped from the page.
Reason being that if you look at the page source that was actually returned from Fastboot, it contains the shoebox data, where as viewing the page source in the ‘Elements’ tab of Chrome’s dev tools, the shoebox content appears to have disappeared.
Has anyone else experienced this?
I assume the fix would be a simple case of updating the instance initializer to ignore
script
tags with a type offastboot/shoebox
?EDIT: Also worth noting that this issue affects only ember-cli-fastboot v1.1.3+
Ya it’s in fastboot package