Hi, I am new with Ory. I meet an issue when use sdk. It could be nice to get input from you.
I try to use @ory/client sdk api createBrowserLoginFlow method with cookies and refresh parameter. In the ui page, it shows an error “unable to decode body because HTTP Request Method was “GET” but only [POST…. ] are supported.”
The snippet code
this.frontendApi.createBrowserLoginFlow({refresh: true, cookie:req.header.get(cookie)})
The attachment is screen shot of UI.