Geocoding opensource

Hey i set up the opensource version on my server which is working just finde.
however i need a way to transform an address to lat long.

when i use the method meentioned in the documentation i get this json response:
{“code”:404,“message”:“HTTP 404 Not Found”}

this is the url use:
https://myserver.de/api/1/geocode?q=berlin&locale=de

The geocoding is not part of the GraphHopper server. There are separate open source projects that do this like Nominatim. You can also use the GraphHopper geocoding endpoint of the Directions API for this. For this you need to setup the API key and the url for the geocoding here: