I have an app deployed on galaxy and the prerender.io was working fine. I recently added a route that uses a language prefix to automatically display everything in the proper language.
Adding ?_escaped_fragment_=
correctly displays the english version but for the spanish version it just displays my loading screen.
How does prerender.io know when to cache the page? Is it a page load time issue or something else that I’m doing with the language switching that’s causing this problem?
Thanks in advance for any help!