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

Login flow for slow sites is incorrect #12970

Open
kidinov opened this issue Nov 21, 2024 · 2 comments
Open

Login flow for slow sites is incorrect #12970

kidinov opened this issue Nov 21, 2024 · 2 comments
Labels
type: bug A confirmed bug.

Comments

@kidinov
Copy link
Contributor

kidinov commented Nov 21, 2024

It looks like the handling of the low performant sites is incorrect

  • Clean install
  • Enter site address mentioned in the CUW
  • For some reason, we make 2 requests. Is there some retry mechanism after 30 seconds?
  • The app hangs for 1 minute
  • When the second request actually returns the response:
{
  "exists": false,
  "isWordPress": false,
  "hasJetpack": false,
  "isJetpackActive": false,
  "isJetpackConnected": false,
  "isWordPressDotCom": false,
  "urlAfterRedirects": "~~~",
  "jetpackVersion": false,
  "skipRemoteInstall": true
}
@kidinov kidinov added the type: bug A confirmed bug. label Nov 21, 2024
@dangermattic
Copy link
Collaborator

🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.

@kidinov
Copy link
Contributor Author

kidinov commented Nov 21, 2024

peaMlT-118-p2

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

No branches or pull requests

2 participants