Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails w/ Meteor 1.6.1 #86

Open
msteinmn opened this issue Feb 13, 2018 · 1 comment
Open

Fails w/ Meteor 1.6.1 #86

msteinmn opened this issue Feb 13, 2018 · 1 comment

Comments

@msteinmn
Copy link

msteinmn commented Feb 13, 2018

It's an elegant package that uses some Meteor internal API for SSR from the WebApp and WebAppInternals.getBoilerplate API. Unfortunately it no longer works with newer Meteor versions.

Meteor 1.6.1 changed the return value from WebAppInternals.getBoilerplate from String to Stream. Line 67 in server/steps/applicationRendering.jsx now causes an error.

Also I get this error: TypeError: Cannot read property 'toComponent' of undefined caused by line 62 in the same file. I couldn't find a solution for either, so I am posting it here.

Here is the Meteor commit that changed from String to Stream: meteor/meteor@991fb5e#diff-79c5e18978e1bfa64cbb9edb380f2920

@kwunyeung
Copy link

Having the same issue. server/steps/applicationRendering.jsx giving TypeError: Cannot read property 'toLowerCase' of undefined error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants