Page MenuHomePhorge

Project page (using its slug in URL) is a 404 after renaming project
Closed, ResolvedPublic

Description

PHP 8.2.10, Phorge at 7868ab3754fad13714640451d664d5bc71b7a02f.

Steps to reproduce:

  1. Go to http://phorge.localhost/project/edit/form/default/
  2. Create project with name Slug404Name
  3. Successfully go to http://phorge.localhost/tag/slug404name/
  4. Select Edit Details to go to http://phorge.localhost/project/edit/23/
  5. Rename project to Slug404NameAlt
  6. Successfully go to http://phorge.localhost/tag/slug404name/ which redirects to new primary slug
  7. Select Edit Details to go to http://phorge.localhost/project/edit/23/
  8. Remove slug404name from Additional Hashtags && in the Name field replace Slug404NameAlt with Slug404Name
  9. Go to http://phorge.localhost/tag/slug404name/

Expected outcome:
Project page is rendered

Actual outcome:
404 error

Other comments: