Hi guys, I am trying to use ory kratos locally to test it with a new app that I am building. I have ran kratos in docker image and its up in running. I have also cloned the next.js ui for kratos and got that up in running. However When i hit the registration endpoint, I get a 404 error.
This is the error I see in the developer console in browser
xhr.js:210
GET
http://localhost:3001/api/.ory/self-service/registration/flows?id=57fb1054-4767-4e92-b5cf-1de61d3a19ea 404 (Not Found)
createError.js:16 Uncaught (in promise) Error: Request failed with status code 404
at createError (createError.js
161)
at settle (settle.js
171)
at XMLHttpRequest.onloadend (xhr.js
661)