Skip to content
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

Cache issue #37

Closed
elmcapp opened this issue May 4, 2022 · 3 comments
Closed

Cache issue #37

elmcapp opened this issue May 4, 2022 · 3 comments

Comments

@elmcapp
Copy link

elmcapp commented May 4, 2022

It seem as this plugin is causing issue with site not aways updating. It seem as I have to keep clear the cache. Is there a way to fix this or a way to make your plugin clear cache

@Lupul
Copy link
Contributor

Lupul commented May 4, 2022

Not enough information provided imo, at least what caching plugin are you using and how did you singled out 'simple-jwt-login' plugin to be the one preventing cache invalidation?

@elmcapp
Copy link
Author

elmcapp commented May 4, 2022

I'm not using a caching plugin. The only plugin I am using is the Simple JWt..

@nicumicle
Copy link
Owner

Your WordPress hosting might cache the requests.

You can try one of these:

  • add to your request Cache-Control: no-cache in the header
  • add a dynamic parameter in the URL of the request(for example a timestamp): &t=123455

If still you have issues, can you send an example of how you make the request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants