-
Notifications
You must be signed in to change notification settings - Fork 815
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
Plans view doesn't reflect my current plan #5217
Comments
I had this happen to me as well, but I haven't been able to reproduce-- it's a caching issue somewhere. Moving it out of existing milestones until we can come up with steps to reliably reproduce |
@MichaelArestad did this ever update/refresh for you? I haven't been able to reproduce this on any of my test sites. If you're not seeing it any more, let's close, and we can always open a new one if we get a reproducible case. |
Let's close for now. |
Reopening since this is still happening in multiple places. This happened to me when testing #5603, for example. |
Another report from @lschuyler:
|
This happened to me today while testing the latest beta. No good. @ebinnion @gravityrail -- can you take a look? |
When I ran into this on jtpk.us, it wasn't fixed by refreshing, and wasn't even fixed by triggering a full sync, however, when I left and came back a couple hours later, it was working properly |
For posterity, we chatted more about this in Slack, and it doesn't sound like a sync issue. My bet is that it's some sort of object caching issue. |
For caching plugins which interfere with Jetpack, most plugins offer a way to bypass the cache, and we should implement the necessary hooks for that to happen. |
Any further news here? Where are we with accurate detecting of the current plan? |
I have been able to reproduce the problem on a test host on SiteGround. The REST API response seemingly gets cached, this is what I get the first time:
When I update the plan to a paid version and do a soft refresh, the next request comes back like this (only changed fields shown):
When I do a hard refresh (Ctrl+F5 for me), the request comes back as this instead (changed fields only);
Since |
What's even more interesting is that all API requests seem to be getting cached, because all of them are returned with a |
Sounds like you're on the trail! Thanks for the updates |
If someone experiences that problem on a site powered by an Apache server, it can be caused by an erroneous
This disables the |
Possible fix for this is making Core remove the |
When I added the pro plan, the view didn't update to reflect it even upon refresh:
Steps to reproduce the issue
The text was updated successfully, but these errors were encountered: