Creating a project with the name 'All' results in a blank project space

I’ve created a new project with the name ‘All’, when I open it, I get an empty screen and an 404 error in the console output. See attach.
Octopus version 3.0.24.

Hi,

Thanks for reaching out! Definitely a bug. We use /all to retrieve all the projects using the API, if you check on the Network tab of your browser’s developer tools, you see that a call to api/projects/all was made, which returned all the projects of the instance. The fix for this will most likely be preventing users from being able to name a project “All”, so my recommendation for you is to pick a different name.

Github issue for this: https://github.com/OctopusDeploy/Issues/issues/2004

Thanks!

Dalmiro