Skip to content

Add a command to integrity check urlids

Today, I solved a lot of issues on community because some users had changed their username, which change the slug but not the urlid, leading to a bunch of 404 on chatprofiles & account route.

I already faced some issues on resources where the urlid were different from the real resource url, though I don't know how that would be possible.

Beside fixing this kind of issues, I would like to have a command that I can run on a server to identify bad urlids on each resources and ideally fix them.

Unsure how that would handle distant resources, maybe just ignore them right now?

@balessan @calummackervoy