When the project name contains capital letters, the provisioned URL fails to render, resulting in a 404 error. However, when the project name is changed to contain only lowercase letters, the URL works as expected.
To Reproduce
Steps to reproduce the behavior:
Create a project with a name that includes capital letters.
Provision the project and check the generated URL.
Observe that accessing the URL returns a 404 error.
Rename the project to contain only lowercase letters.
Provision the project again and check the URL.
Expected behavior
The URL should render correctly regardless of whether the project name contains capital letters.
Describe the bug
When the project name contains capital letters, the provisioned URL fails to render, resulting in a 404 error. However, when the project name is changed to contain only lowercase letters, the URL works as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The URL should render correctly regardless of whether the project name contains capital letters.