Page /ors is not reachable but servers starts without error

Hello openrouteservice team.

We have the openrouteservice installed locally like your documentation.
Every step works well and the server starts correct, even with spring-boot:run and docker compose.

But if we try to navigate to the ors page (http://localhost:8080/ors/) or any other page (like “health”) we are receiving an 404 error from apache and the following java error in the console.

2025-05-08 07:19:42 ERROR                                 http-nio-8082-exec-1 [ o.a.c.c.C.[.[.[.[dispatcherServlet]      ]   Servlet.service() for servlet [dispatcherServlet] threw exception
jakarta.servlet.ServletException: Circular view path [error]: would dispatch back to the current handler URL [/ors/error] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)

Can you help us?
Have we missed some configuration step?

Thank you in advance,
best regards
robert

Hi @cultorama,

best use http://localhost:8080/ors/swagger-ui/index.html to see which endpoints are available locally.

most endpoints are behind http://localhost:8080/ors/v2/..

Best regards