Skip to content

Index route not truly prerendering #26

@bmx269

Description

@bmx269

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions