Hello there, I am not sure if you noticed, but the...
# talk-hydra
n
Hello there, I am not sure if you noticed, but the 5 minutes tutorial (https://www.ory.sh/docs/hydra/5min-tutorial) does not work. I am running with sqlite, and the service is not starting up. (
--dev
is not a valid option anymore) I fixed that by changing
--dev
to
--dangerous-force-http
in the
quickstart.yml
However after running the sample application on port
5555
And trying to login I get an error when the sample application talks to hydra:
Copy code
completed handling request http_request=map[headers:map[accept:application/json, text/plain, */* connection:close user-agent:axios/0.21.4] host:hydra:4445 method:GET path:/admin/oauth2/auth/requests/login query:login_challenge=7d084fbf70734fdbbd64478122974ffa remote:172.19.0.3:54482 scheme:http] http_response=map[headers:map[content-type:application/json] size:118 status:404 text_status:Not Found took:188.104µs]
Any help would be appreciated. (Fixing the 5 minute tutorial would be even better 😄)
a
Hello @nutritious-energy-43883, and thank you for pointing this out. Which version of Hydra are you running?
n
I followed the guide, and cloned the master branch of
<https://github.com/ory/hydra.git>