-
Notifications
You must be signed in to change notification settings - Fork 29
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
not working with Meteor 1.2.0.2 #35
Comments
Fixed in #37 |
Thanks @darrynten |
I'm getting the same error...
I'm running Meteor 1.2.1. Any idea as to what's going on? |
I am also getting this error in 1.2.1. It seems like
has trouble getting the |
Temporary fix:
|
@ryanswapp Did you resolve the error? I'm trying to follow a tutorial that you wrote on Nov 3 (same date as your post here) https://medium.com/@ryanswapp/getting-started-with-meteor-and-react-d411a87a1674#.rv51jica7 and I'm getting this same error... |
@jonnymd I did! However, I'm not exactly sure what I did... It's been a little while. Maybe try cloning my repo and seeing if the app in the final directory works for you locally. If so, compare your code and see if there are any differences. Here is the link https://github.com/ryanswapp/meteor-pdf-tutorial I wish I could remember what I did... Sorry about that |
Just FYI, I cloned your repo and the final worked locally. Not sure what was different but that seemed to work. Thanks for writing the tutorial. Also, based on ryanswapps usage of this in his tutorial I believe this issue could be closed (seems resolved). |
Good to hear! Glad it's working. Wish I could remember what I did to fix the issue... haha |
I think I know how you fixed it. js const html = SSR.render("email", {
template: "emailXmlValidationError",
data: {}
}); html {{> Template.dynamic template=template data=data}} |
meteor-ssr not working with latest meteor release[v1.2.0.2]
Error response:
TypeError: Cannot call method 'charAt' of undefined
at packages/blaze/packages/blaze.js:1609:1
at packages/meteorhacks_ssr/packages/meteorhacks_ssr.js:49:1
at Object.Blaze._TemplateWith (packages/meteorhacks_ssr/packages/meteorhacks_ssr.js:64:1)
at [object Object]._render (packages/meteorhacks_ssr/packages/meteorhacks_ssr.js:153:1)
at packages/blaze/packages/blaze.js:557:1
at Object.Blaze._withCurrentView (packages/blaze/packages/blaze.js:670:1)
at Object.Blaze._expandView (packages/blaze/packages/blaze.js:556:1)
at [object Object].Blaze._HTMLJSExpander.def.visitObject (packages/blaze/packages/blaze.js:581:1)
at [object Object].HTML.Visitor.def.visit (packages/htmljs/packages/htmljs.js:91:1)
at Object.Blaze._expand (packages/blaze/packages/blaze.js:615:1)
at Object.Blaze._expandView (packages/blaze/packages/blaze.js:561:1)
The text was updated successfully, but these errors were encountered: