Stephen Evans
Stephen Evans
I'm having the same problem. Is there a workaround?
My solution is here, but I've since abandoned pre-rendering altogether. I believe my app isn't well suited to it. https://gist.github.com/jaunt/b5127af103995e80dd74ff14662a0281
My solution is here, but I've since abandoned pre-rendering altogether. I believe my app isn't well suited to it. https://gist.github.com/jaunt/b5127af103995e80dd74ff14662a0281
Thank you, your explanation was very helpful. Note, it seems to me this is an excellent tool you've created. I thought your comment in the readme was interesting: "There are...
Hi @picsoung When you say each user should be identified uniquely, how would that work? I'm not passing in any user identifier to createWidget. What I saw is that if...
Thanks. It's funny because the old version doesn't seem to have this problem when used in pop-up mode. Once it's closed it doesn't seem to retain where it was. I...
@mathio I think you're right -- I guess even the old versions has this problem. So if a user of my webapp logs out, and another user logs in, their...
Hi @mathio, I'd likely make use of that yes, simply for privacy reasons, but it's a little unfortunate as being able to work on the survey and come back later...
Awesome! Thanks
My current workaround, fwiw. 1. I have a folder called "environments" within the project. Within I have folders dev, local, staging, and production. In each of those I have an...