-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Woop installer: restore autotransferring handling #58811
Woop installer: restore autotransferring handling #58811
Conversation
Link to Calypso live: https://calypso.live?image=registry.a8c.com/calypso/app:build-21309 |
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: Sections (~5 bytes added 📈 [gzipped])
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Async-loaded Components (~776 bytes removed 📉 [gzipped])
React components that are loaded lazily, when a certain part of UI is displayed for the first time. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
4ca39d4
to
d435457
Compare
This flow is working for me. I did notice once the transfer is finished I get a "Sorry, you are not allowed to access this page” error. If I refresh the page, it shows me the Woo setup correctly. My video framing is a little off, sorry. working.mp4 |
I think that's an AT known issue :-/. And I think it should in the trunk. It happens when it tries to redirect to the wp-admin. It belongs to the transferring step. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well!
d435457
to
904c883
Compare
New commit working well! Have not seen "Sorry, you are not allowed to access this page” error. woo-install.mov |
* woop: restore autotransferring handling * woop: fetch status in transfer step * woop: add delay before redirect after transferring
Changes proposed in this Pull Request
This PR restores the automatic skip to the transfer step when the site has the proper state.
Testing instructions
Confirm that when:
... it skips the confirm step transferring the site on the fly.
Screen.Recording.2021-12-03.at.11.36.55.AM.mov
Screen.Recording.2021-12-03.at.5.23.27.PM.mov
Related to #