Skip to content
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

Issue creating a new cloud site #858

Open
CarlSargunar opened this issue Nov 21, 2024 · 1 comment
Open

Issue creating a new cloud site #858

CarlSargunar opened this issue Nov 21, 2024 · 1 comment

Comments

@CarlSargunar
Copy link

CarlSargunar commented Nov 21, 2024

Issue description

When creating a new cloud site at https://www.s1.umbraco.io/createproject/summary, I'm shown an error response

image

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

  
 {
      "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."
  }

The POST message payload was

  {
      "project": {
          "plan": "Single",
          "projectName": "CarlCod_es",
          "sku": "umbraco13",
          "ownerId": "[email protected]",
          "upstreamProjectId": "",
          "baselineAlias": "",
          "stampName": "uksouth01"
      },
      "technicalContacts": [
          {
              "name": "Carl Sargunar",
              "email": "[email protected]",
              "phone": "07799260527"
          }
      ]
  }

That error message is obviously getting swallowed, and is probably causing a lot of users to not create cloud sites

@CarlSargunar
Copy link
Author

I didn't receive any confirmation email to activate my profile, and there was no way I could see within the cloud portal to activate my profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant