Closed dnish closed 8 years ago
Remember the URL query has underscores:
curl http://localhost:3000/?_escaped_fragment_=
Can you verify that you are setting Meteor.isReadyForSpiderable = true You must do that after your subscriptions have published.
https://github.com/jazeee/jazeee-meteor-spiderable#setup
You can test the example meteor projects as well. https://github.com/jazeee/jazeee-meteor-spiderable/tree/master/examples
Sorry, my fault. You're right, the "?escaped_fragment=" was not correct.
Should be solved
@jazeee should we close this issue, and other three in this repository, all of them seems to be fixed now?
Hey guys, I'm having some trouble with your spiderable package. I only get an empty body, but spiderable logs that everything was successfully:
In my quellcode, I get the normal
section with an empty body. I'm using Ubuntu 14.04 for deployment.If I try it on my Win 10 dev machine, I get for every single page the same content. For example, "/about" shows the content of "/" when I try to call it with "?_escapedfragment=".