Is it possible to bypass some JS files from the APO feature? I have the same following issue that the user has to manually refresh the page after logging in.
I tested it, the issue is solved if bypass a whole page. However, it means that I have to stop using the APO. The current Page Rules don’t support the file layer to bypass the specified files that I don’t want them to be cached.
Do any guys know how to stop caching on some files from the APO?
That’s quite strange, then. Cloudflare caches by URL, so bypassing cache for the page URL should have no impact on a JS file. Unless the JS is embedded in the page itself, or the page generates a special URL for the JS.
Can you post the URL of the page this is happening, as well as the URL of the JS file?
You can check the above page and other blog posts. And try to comment with your social accounts (Twitter and Google) but Facebook no this issue. You have to manually refresh the page after logging in.
Any tool that can help to find out which file that I have to bypass?
Also, will the following rule that is bypassing cookies as well? *iupilon.com/*
The above rule is working to the situation. However, it means that I have to give up all caching!