Hi, I started GH 7.0 sucesfully, locally on my computer. I can connect by API, but when I try this by the browser by http://localhost:8989/maps/ , I have 404 not found, there is no connection.
Earlier I used GH 3.0 and everything was OK with the app.
Do you have any idea how to solve it ?
Did you build the project with maven? You should do this at least once (mvn clean install
). Just opening it in an IDE is sometimes not sufficient to package GraphHopper Maps, I think.
now it’s ok, I had my project built by mvn clean install, but when I did it again it started to work, thanks and sorry for bother 