-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caching issues in SSR display old movies #120
Comments
I researched and figured out the version that is served id the prerendered version and not SSR. |
A possible solution to this issue is triggering the prerender script:
|
Hi @BioPhoton One way to fix this is using ISR, as it will refresh cache based on a timer that we specify per route. Both of these things can be easily implemented if you use ngx-isr as it support for these two use-cases. |
No description provided.
The text was updated successfully, but these errors were encountered: