404 error occurs, when use Chinese characters as tag

Viewed 312

When attempting to access the URL https://www.example.com/tags/... with "中文" (Chinese) used as a tag, a 404 error occurs.

tag list

If I directly click on the Chinese tag, it will jump to url like this.

tag url

So 404 happened.

this problem is caused by escaping tags. You can file an issue on Github and we will fix it next version.

Got it

1 Answers

image.png

You need to check your tag URL slug is Chinese.

I have edited my problem. Thanks for your help:)