You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"message": "Failed to create project. Error: Failed to create project. Error: We cannot create a project with this user. Reason: Your account has not been activated. Please go to your <a href=\"/profile\">profile</a> to activate."
}
Issue description
When creating a new cloud site at https://www.s1.umbraco.io/createproject/summary, I'm shown an error response
However looking at the network tab, the POST request to https://www.s1.umbraco.io/api/ucp/project/create is returning a 500 with the message below
The POST message payload was
That error message is obviously getting swallowed, and is probably causing a lot of users to not create cloud sites
The text was updated successfully, but these errors were encountered: