ef4 / prember

Prerender Ember apps with Fastboot at build time.
MIT License
195 stars 17 forks source link

Index route not truly prerendering #26

Open bmx269 opened 5 years ago

bmx269 commented 5 years ago

I am confused as to why the "/" route is not prerendering, yet the other routes in the app do prerender.

Locally I get: prember: serving prerendered static HTML for / but when I view the source, I am not getting anything inside the body content prerendered:

<script type="x/boundary" id="fastboot-body-start"></script>
<div class="ember-view" id="ember252"></div>
<script type="x/boundary" id="fastboot-body-end"></script>

Yet the other pages set to prerender do have full source.

I am running Ember 3.4.3, Fastboot 2.0.0, Prember 0.4.0. Thanks

ef4 commented 5 years ago

If you run with prember off (the default in development), does fastboot render content on that page?

Did you customize emptyFile?

bmx269 commented 5 years ago

I am still debugging this. It looks like the error may be tied to a package dependency.