Closed designsimply closed 1 year ago
This issue has been marked as stale because:
[Pri] Blocker
, [Pri] High
, or good first issue
.Please comment with an update if you believe this issue is still valid or if it can be closed. This issue will also be reviewed for validity and priority during regularly scheduled triage sessions.
This issue is no longer reproducibles on 22.5. It must have been fixed in the revamped Stats launched with Jetpack.
Steps to reproduce:
/wp-admin/admin.php?page=jetpack_modules
for your Jetpack site. (ref)JSON API
.Result: if the
JSON API
has been disabled for a Jetpack site, an invitation to install Jetpack is shown even if Jetpack is installed and connected with a WordPress.com user. I expected to see a different screen explaining theJSON API
module is required (if we can detect that) or at least something explaining that stats will not work without a proper connection between the Jetpack site and the WordPress.com servers where stats are processed and stored.Tested with WPiOS 13.5.0.2 beta (TestFlight) on iPhone 6S iOS 13.1.3 using site
honest-spiders.jurassic.ninja
running WP 5.2.5 and Jetpack 7.8 logged in to the app as wpcom userdesign5279
.This issue needs technical input then design. The first question is to find out whether it's feasible to detect the case where Jetpack is active and connected but the
JSON API
is off so we can display a customized message in that case (and whether this is worth doing).