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.

Doesn't work when `ember-glimmer-remove-application-template-wrapper` flag is enabled.

See original GitHub issue

Using 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:

screen shot 2018-01-12 at 21 12 40

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mike183commented, Oct 16, 2018

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 of fastboot/shoebox?

EDIT: Also worth noting that this issue affects only ember-cli-fastboot v1.1.3+

0reactions
rwjbluecommented, Jan 17, 2018

Ya it’s in fastboot package

Read more comments on GitHub >

github_iconTop 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 >

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