Every attempt to login to docusign fails with a user visible error of:
Sorry, there was a problem loading your account features. Please contact Docusign Support for assistance.
But alas there is no way to reach support so I’m here.
The browser console shows the following XHR call always returns with a 400:
The response entity is as follows:
{
"errorCode": "UNSPECIFIED_ERROR",
"message": "The value for column 'CurrentAccountPlanId' in table 'Account' is DBNull."
}
So my account is apparently in some broken state in the backend and logins are impossible.
Hopefully a docusign engineer sees this and knows why my ‘CurrentAccountPlanId’ is null and why that would cause logins to fail.
Back to Docusign.com


