Todd Hooper
Todd Hooper
The token is required for us to cache pages into your account for fast response times. A missing token wouldn't cause the issue that you described. You'd still get the...
Loving my watchy so far! I am only having trouble with the bottom left button. I found a simple example of usage of the ext1 wakeup from deep sleep on...
You should just be able to run our open source Prerender server from https://github.com/prerender/prerender and then point your requests at that server. What other information would you be looking for?
Sorry, that nuget package was not uploaded by us and we've tried to contact that person that uploaded it. I'll try to see what we can do with that nuget...
If possible, you'll want to download this source code and package it with your application.
I've tried to get in touch with the person that uploaded to nuget without any luck. We should publish to a new nuget namespace and integrate that into the documentation...
Not that I am aware of. If it's easy for you to set one up, feel free. If it's not easy, let me know and I'll take some time to...
this is already supported with the `prerender` option to pass the URL to the prerendering service.
It looks like this will just continue on with the normal routes, render the URL again, and then save the resulting HTML back into the redis cache since `pageLoaded` doesn't...
The `next()` there just means it would skip over the section of code that would return a page from the redis cache. Calling `next()` will let the Prerender server render...