kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 194 forks source link

SSR broken when using cloned package #507

Closed rikonor closed 8 years ago

rikonor commented 8 years ago

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 the ssr branch, changed the package name to tmp:flow-router-ssr and ran meteor add tmp:flow-router-ssr.

rikonor commented 8 years ago

This was related to an additional package which I had installed. After fixing the issue with the other package this is resolved for me.