pinkd
June 25, 2021, 6:48am
7
It’s happening on my production instance and development instance.
Reproduce step:
Change/create a category with Unicode slug
Try to edit the category setting
You got a 404 error
Return of http://localhost:4200/c/测试/find_by_slug.json:
{
"errors": [
"The requested URL or resource could not be found."
],
"error_type": "not_found",
"extras": {
"html": "<div class=\"page-not-found\">\n <h1 class=\"title\">Oops! That page doesn’t exist or is private.</h1>\n\n\n</div>\n\n\n\n<div class=\"row pag…
I was able to reproduce it in the above step.
Even with newly created categories, the category edit button causes a 404 error when using Unicode slugs.