-
Notifications
You must be signed in to change notification settings - Fork 13
Error running ember-prerender #37
Comments
I have the same problem, have been trying quite a few things (see: http://stackoverflow.com/questions/33895504/ember-pre-render-typeerror-undefined-is-not-a-function-evaluating-u-binde ) |
@NicoRR I gave up on this module. After countless errors I was able to somehow make it work, (can't tell how exactly because it just "magically" happened), anyway, after playing around I would say that for now it's way too slow because of the "on-the-fly" rendering and stuff. You would definitely not want to use it in production as some requests took me 7-10 seconds to render (and this happened on a server with 256GB of RAM). I'm currently working on a very interesting module https://github.com/polyzor/ember-backend, the idea is pretty simple, create a server side wrapper of an ember application and serve this for bots. The module is written on top of Total.js which is an awesome backend framework. I expect it to be done in 2-3 days (basic functionality). If interested, you can fork, change, adapt and contribute, etc. I have some additional code I didn't push just yet, if needed, just let me know and I'll update the repo. |
Hi, I have the same issue as above. Any solutions to it? When I run the I get the following error in return. Anyone encountered this one? Thanks in advance.
This is the config file
|
I unfortunately personally ended up using a service to do that (Prerender.io). Good luck! |
I'm having this error when trying to access
http://localhost:3000
The text was updated successfully, but these errors were encountered: