Problem
When you attempt to create a new user account in Terraform Enterprise, the system returns a 404 error page with the following message:
Sorry, the page /account/new could not be found. This error could be one of two things: -the resource doesn't exist -the resources exists but you do not have permission
Cause
Terraform Enterprise version v202001-1 introduced underlying changes to the signup and account creation workflow. In doing so, the URL previously used to create new accounts, /account/new, has been moved.
Solution
To create a new account, use the updated signup URL:
https://<TFE HOSTNAME>/signup/account
Additional Information
For more information on user account management, refer to the official Terraform Enterprise documentation.