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
@arunoda
Hi
I have a meteor app with flowrouter-ssr and react which was working (so far) to generate ssr until I updated meteor to latest release 1.4.2.1 . With this version 'show page source' on browser does not have any html elements in tag except script tags for meteor packages. I cannot guess till what previous version of meteor it was working and it is difficult to downgrade as well.
You have any idea how is this effect related to meteor version update ?
I also tried the sample here for SSR. On updating meteor version on the sample to Meteor 1.4.2.1, the 'show html page source' does not display the react div with the html source. The body tag does not have any element except script tags for meteor packages.
It was working previously with Meteor 1.3-beta.11 (the sample as downloaded works)
Why SSR stopped with meteor update to newer version ?
The text was updated successfully, but these errors were encountered:
@arunoda
Hi
I have a meteor app with flowrouter-ssr and react which was working (so far) to generate ssr until I updated meteor to latest release 1.4.2.1 . With this version 'show page source' on browser does not have any html elements in tag except script tags for meteor packages. I cannot guess till what previous version of meteor it was working and it is difficult to downgrade as well.
You have any idea how is this effect related to meteor version update ?
I also tried the sample here for SSR. On updating meteor version on the sample to Meteor 1.4.2.1, the 'show html page source' does not display the react div with the html source. The body tag does not have any element except script tags for meteor packages.
It was working previously with Meteor 1.3-beta.11 (the sample as downloaded works)
Why SSR stopped with meteor update to newer version ?
The text was updated successfully, but these errors were encountered: