With the recommended CDN "Jsdelivr” for the plugins, we can't fix bugs in production (the browser cached the plugin URL for seven Days ) #398
Replies: 2 comments 1 reply
-
Yeah, we need to suggest a CDN that does not cache aggressively (JSDelivr caches a week). |
Beta Was this translation helpful? Give feedback.
0 replies
-
For jsdelivr it is possible to purge the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hej inlang community,
I wrote the inlang po plugin. I had a bug in production and solved it. So far, so good. After committing to fix the bug, I realised the problem still exists because my browser caches the plugin URL in the inlang.config.js for one week. (https://stackoverflow.com/questions/69148904/difference-in-jsdelivr-url-with-without-latest#:~:text=The%20caching%20period%20is%201%20week)
Would you happen to have any recommendations to solve this problem? Or any other CDN provider?
Beta Was this translation helpful? Give feedback.
All reactions