You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed the following issue with the ssr branch.
If I install the package through atmoshphere, server-side rendering works as expected.
When using a local copy of flow-router-ssr, though, it seems that server-side rendering outputs an empty response with no actual page content (only header and script tags).
By local copy I mean that I cloned the repo into packages, checked out the ssr branch, changed the package name to tmp:flow-router-ssr and ran meteor add tmp:flow-router-ssr.
The text was updated successfully, but these errors were encountered:
Hi,
I've noticed the following issue with the
ssr
branch.If I install the package through atmoshphere, server-side rendering works as expected.
When using a local copy of
flow-router-ssr
, though, it seems that server-side rendering outputs an empty response with no actual page content (only header and script tags).By local copy I mean that I cloned the repo into
packages
, checked out thessr
branch, changed the package name totmp:flow-router-ssr
and ranmeteor add tmp:flow-router-ssr
.The text was updated successfully, but these errors were encountered: