We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once Jetpack authorization is invalid, it may continue to stuck on the settings page.
Make a Jetpack connected and authorized site temporarily inaccessible
Go to https://cloud.jetpack.com/ and select the site. Wait for a while. Reconnect Jetpack -> Disconnect Jetpack
Go back to a GLA admin page.
GLA redirects to the Settings page and is continuously stuck in loading status.
GLA should redirect to the Jetpack (WordPress.com) reconnection page.
Users are unable to reconnect their sites with Jetpack.
This probably only happens when the authorization is invalidated from Jetpack side. Disconnecting from GLA won't fall into this issue.
Related codes:
jetpack/connected
active
'yes'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug:
Once Jetpack authorization is invalid, it may continue to stuck on the settings page.
Kapture.2023-06-02.at.16.26.45.mp4
Steps to reproduce:
Make a Jetpack connected and authorized site temporarily inaccessible
Go to https://cloud.jetpack.com/ and select the site. Wait for a while. Reconnect Jetpack -> Disconnect Jetpack
Kapture.2023-06-02.at.16.20.51.mp4
Go back to a GLA admin page.
GLA redirects to the Settings page and is continuously stuck in loading status.
Expected behavior:
GLA should redirect to the Jetpack (WordPress.com) reconnection page.
Actual behavior:
Users are unable to reconnect their sites with Jetpack.
Additional details:
This probably only happens when the authorization is invalidated from Jetpack side. Disconnecting from GLA won't fall into this issue.
Related codes:
jetpack/connected
API doesn't check the above flag, so theactive
value in API response is still'yes'
active
is'yes'
The text was updated successfully, but these errors were encountered: