Invisible Characters in Category Names Cause 'Page Not Found' Errors
Catalog
•
ID: 1061149
Backlog
Published on7/5/2024
•
Last updated on7/5/2024
1 min read
Summary
When creating categories via API or the admin panel, the category name is not properly validated, allowing invisible characters to be included. Since the category name is used to generate the category URL, these invisible characters are also included in the URL. This results in the category page not functioning correctly and returning a "Page Not Found" error.
Simulation
- Create a category with an invisible character in its name using the API or admin panel.
- Access the API URL for this category.
- Observe the "Page Not Found" error.
Workaround
The workaround is to remove the invisible character from the category name, which will also update the URL of the page, resolving the issue.