Entering multiple customers

Adding Products

Common problem, Setup wizard fails and shows message
"There were errors".
This is a timeout error because setting bigger timeouts or using bench console solves the problem.
I believe as the project grows, Setup Wizard will be the entry point for Users to make ERPNext relevant.
Setup Wizard should not be "build huge list of args" > "http.POST on server" > "wait for response". Because as the arg list grows, server will take time to process.
Setup Wizard needs a re-design to handle:
If args list is broken down in small chunks server can process and responds quickly?
Can Wizard be resume-able again? I vaguely remember v3/4 had a progress on setup.
These optional wizards can be there on setup/progress bar for later or disabled completely
Update : https://discuss.erpnext.com/t/frappe-foundation-team-updates-for-august-2017/28187
There are change made in setup wizard.
Most helpful comment
Common problem, Setup wizard fails and shows message
"There were errors".
This is a timeout error because setting bigger timeouts or using bench console solves the problem.
I believe as the project grows, Setup Wizard will be the entry point for Users to make ERPNext relevant.
Setup Wizard should not be "build huge list of args" > "http.POST on server" > "wait for response". Because as the arg list grows, server will take time to process.
Setup Wizard needs a re-design to handle:
If args list is broken down in small chunks server can process and responds quickly?
Can Wizard be resume-able again? I vaguely remember v3/4 had a progress on setup.
These optional wizards can be there on setup/progress bar for later or disabled completely