Jan
Jan
Hey, I'm running a self hosted installation of Pelias for some internal applications and i've observed some strange behavior. Whenever i search for a street only using its abbreviated form...
I have manually specified the order of locales in my app as ``` supportedLocales: const [ Locale('en'), Locale('nb'), ], ``` together with two translation files for `en` and `nb`. However,...
**Describe the bug** We are using a third party OpenID provider that appends a slash to the redirect URL, e.g. `scheme://my-domain.com/?code=...` (note the trailing slash after my-domain.com). When this URL...