Before V11 I was able to create new user but with V11 I am getting request timeout. Other things are working properly, I am able to create employee, expenses, timesheet, journal entries, purchase , sales invoices etc.
while creating new user, make sure you unchecked the “Send Email” check box. if email is not configured and box checked, you can have these timeout msgs.
Really?!? That is kind of scary. That means something didn’t work right in the upgrade process without an indication of error. That does not make one very comfortable trying to upgrade to new version.
Not really any tips, but maybe a partial explanation about how you may have encountered this. While not an install, the upgrade process is susceptible to the same issues. See here:
I agree with @clarkej. First, you need to learn why the timeout happened. We are assuming email, but without evidence. Definitely should check all the logs. Both ERPNext logs, and O/S logs.
However, what @adnan said concerns me. Is it true that if email is not configured, but “Send Email” is marked, that you receive timeouts? I want to try to duplicate this. The function to send emails should be asynchronous. It should never cause a timeouts. If that’s happening, it’s a bug, and should be logged on GitHub.