Hey guys, I'm trying to connect a NextJS app to Or...
# talk-kratos
c
Hey guys, I'm trying to connect a NextJS app to Ory Cloud using username and password flow. I've created a basic UI using chrakra and when I start the flow I'm receiving
Error: Request failed with status code 403
in the browser console... Do I have to make something else in my form to make the calls correctly?
h
c
Thanks for the documentation. My problem is given by my login screen, I added it in OryCloud but when the flow starts, it returns that error 😕
I don't understand what would be the correct flow to use my own form with plain HTML, without using the Ory UI library or the Flow/Node component, what would be the way to do this?