Shawnsun
(Shawn Sun)
14 Dicembre 2020, 5:14am
1
Ciao~, non riesco ad accedere alla pagina delle impostazioni della categoria dopo aver inserito lo slug della categoria in cinese, come mostrato nell’immagine.
https://meta.discourse.org/t/after-i-changed-the-category-slug-to-chinese-i-unable-to-enter-this-category/173159?u=shawnsun
Secondo questa risposta, non riesco ancora a risolvere il problema: non posso accedere alle impostazioni. Per favore, aiutatemi~
1 Mi Piace
Shawnsun
(Shawn Sun)
14 Dicembre 2020, 5:17am
2
I have enabled (some) Unicode characters in usernames and everything works as expected.
When I tried using Unicode characters in a category slug, it converted it to percent encoding and allowed me to save the changes, but I was no longer able to access the category topic list because I’d get ERR_TOO_MANY_REDIRECTS.
I seem to have fixed it using the Rails console:
Category.find(id).update(slug: ‘slug-without-unicode’)
This isn’t a show-stopper, but it can break things, so I’d suggest it sho…
Forse ho un problema diverso con questo.
1 Mi Piace
Shawnsun
(Shawn Sun)
14 Dicembre 2020, 10:10am
3
Grazie, ho risolto questo problema: basta aggiungere ‘6-category’ nel link, ad esempio https://abc.com/c/6-category/edit/general
1 Mi Piace