Open kbardi opened 6 years ago
I have the same issue. Someone come to our rescue.
Can you share the code
Find it here please: https://github.com/jermsam/meta-app
Has anyone found a solution to this?
We ended up using react-snap , it crawls pages perfectly but there are some issues with the markup so if it's a big site, the idea will be to use something different
Hi there, first of all thank you for this great framework!! I'm using it on my project, and it works great.
I'm having a problem with dynamic pages. I have a route like localhost/stories/:storyID, and I cannot add to includes attribute on reactSnapshot settings because the stories change every week. Is there any way to force to load of those routes on every deploy without hardcoding routes on includes?
Also I have an API which returns all urls my project has, so if I can set include attribute dynamically from this API, or from an external file generated automatically, it would be great.
Both options would work for my project, bug hardcoding includes on package.json is not possible for me.
Thanks in advance,