Hi, I'm currently updating Oathkeeper to the lates...
# ory-selfhosting
q
Hi, I'm currently updating Oathkeeper to the latest version, and it looks like the version endpoint is broken: Previous:
Copy code
$ curl <http://localhost:4456/version>

{"version":"v0.39.4"}
Latest (v0.40.7):
Copy code
$ curl <http://localhost:4456/version>

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>404 - Route not found</title>
    <style>
...
The api documentation indicates
/version
should still be the correct endpoint. Should I open an issue or did the version endpoint or configuration change?
😖 2