Hello team! I'm a newcomer here, trying to learn t...
# ory-selfhosting
a
Hello team! I'm a newcomer here, trying to learn the ory kratos-hydra modules. I was trying to emulate the ory console functions(namely the email sign-up, email verification, login) on my local WSL, but couldn't get to the sign up page. As a relative newbie, I am not sure where to start the debugging process, and the logs doesn't state anything that I could understand anymore... will continue down the thread
I checked out some ory kratos-hydra integration tutorials and tried to follow and change a few things around to fit for my learning purpose. I've checked the connection from within my container and seems okay. The logs also doesn't state anything that helps me out(most likely I'm missing out on something major). I am lost on how to proceed.
m
What is your use case? You might be fine with just Ory Kratos alone, which is much easier to grok
a
Thanks a lot! I was following this guide: https://www.ory.sh/docs/kratos/quickstart But somehow I'm getting this error after going onto any link (login, register, etc)
Copy code
TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'Socket'
    |     property '_httpMessage' -> object with constructor 'ClientRequest'
    --- property 'socket' closes the circle
    at JSON.stringify (<anonymous>)
    at UserErrorCard$1 (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:104:36900)
    at _t (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:169:3633)
    at Nl (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:169:4508)
    at Ha (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:169:7515)
    at Wa (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:169:9191)
    at Rr (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:169:8960)
    at Ro (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:169:7183)
    at Ha (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:169:7943)
    at Wa (/usr/src/app/node_modules/@ory/elements-markup/dist/index.umd.js:169:9191)
Is it because the latest version might have some errors and I should use an older version?
🙌Never mind, I figured it out