Fixed Route filters problem with some characters...

Valter

Active member
When I click my avatar to load profile options, or notifications icon in the navbar menu... I'm getting: "Oops! We ran into some problems. Please try again later. More error details may be in the browser console.".

I've found it happens when I enable Route filter: account > račun. So probably bug or something wrong on the server side?
 
I'm not certain if this was intentional or not, but it does seem as though it could be a regression from XF1 where that particular route filter does work. We'll look into it.
 
This is fixed now. I've also made some changes to ensure that URLs are more valid in the scenario of using non-ASCII characters in route filters. We will now store the filters urlencoded which is how they should be output. When editing in the control panel, we'll show them decoded which is similar to how browsers will actually show them in the URL bar.
 
Top Bottom