i went through the quickstart tutorial, using the ...
# talk-hydra
a
i went through the quickstart tutorial, using the default (SQLite) storage option: https://www.ory.sh/docs/hydra/5min-tutorial when i booted up the Docker containers, the
hydra-consent-1
container printed out this error message repeatedly:
Copy code
Error: Not Found
    at /usr/src/app/lib/app.js:34:10
    at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:95:5)
    at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:317:13)
    at /usr/src/app/node_modules/express/lib/router/index.js:284:7
    at Function.process_params (/usr/src/app/node_modules/express/lib/router/index.js:335:12)
    at next (/usr/src/app/node_modules/express/lib/router/index.js:275:10)
    at /usr/src/app/node_modules/express/lib/router/index.js:635:15
    at next (/usr/src/app/node_modules/express/lib/router/index.js:260:14)
    at Function.handle (/usr/src/app/node_modules/express/lib/router/index.js:174:3)
    at router (/usr/src/app/node_modules/express/lib/router/index.js:47:12)
but I went through the tutorial and everything worked. so idk if this is a real issue or not.