When I type in "Kraków, Poland", I get meet.hn/city/pl-undefined. Does your code handle diacritics correctly?
This one is pretty big, even as big as it's funny.
> Does your code handle diacritics correctly?
It seems it doesn't, no. Sorry for this. It's my first attempt at an international product.
To give you more details, I'm using this query to fetch cities data: https://nominatim.openstreetmap.org/search?city=${rawCity}&c...
I probably shouldn't have restricted accept-language to en-US. I'll investigate and make this work.