codu-code / codu

Codú's open-source codebase. A space for coders. Visit our community!
https://codu.co/
Apache License 2.0
134 stars 141 forks source link

Error 404 if the username has an accent on any letter #789

Closed AdrianBailador closed 4 days ago

AdrianBailador commented 7 months ago

Context

If a username has an accent, in this case it is on the letter "á" this should not be accepted as it will cause a 404 error in the account.

Expected behaviour

It is expected that you will be able to load the profile in a completely normal way, whether or not you have accents in the user profile.

Current behaviour

If the username has an accent your profile link will return a 404.

Steps to reproduce

https://www.codu.co/adrián-bailador-panero-3he

I have solved the problem by changing my user name without an accent

https://www.codu.co/adrian-bailador-3he

github-actions[bot] commented 7 months ago

Hello @AdrianBailador, thanks for opening your first issue! your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible.

John-Paul-Larkin commented 1 week ago

Hey @AdrianBailador If I remember correctly you did a PR to fix this?