Server-side rendering with Blaze & Meteor 3

There used to be a functioning package called meteorhacks:ssr that dealt with this nicely, but at some point, some support was broken and the package began failing as a result.

Has anyone successfully gotten SSR working with the official/Meteor server-render package and Blaze, in Meteor 3?

Thanks a lot.

@drone1

Some SSR here. Not using blaze, that would need adding some serverside rendering npm package. AFAIK Meteor Blaze is realtime for clientside, it’s not serverside only.