-
Notifications
You must be signed in to change notification settings - Fork 8
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
Site error page #445
Site error page #445
Conversation
…dule-onboarding into siteErrorPage
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.
Upon clicking "Continue without AI," should we hide the Back button here?
I believe we will need to trigger the error state for the following:
- The flow data API calls.
- The site logo upload API call.
- The Facebook token API call.
- The Editor step customize data fetch API call.
- The Editor step global styles API call.
- The Editor step regenerate API call, in case it is critical enough to cause a white screen.
Let's also fix the lint? https://github.com/newfold-labs/wp-module-onboarding/actions/runs/7743344597/job/21114554218?pr=445
src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteGen/index.js
Outdated
Show resolved
Hide resolved
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.
Looks good, moving to QA
Verified. Works as expected. |
The error page is now triggered for the following:
|
onboarding data PR : newfold-labs/wp-module-onboarding-data#41