steep-lamp-91158
steep-lamp-91158
steep-lamp-91158
clever-student-39459
07/25/2023, 1:05 PMvar session = await ory.ToSessionAsync(cookie: ctx.Request.Headers.Cookie, cancellationToken: ctx.RequestAborted);
The above line returns errors like:
Failed to deserialize ``{"name":"identifier","type":"text","value":"","required":true,"disabled":false,"node_type":"input"}` into ClientUiNodeAnchorAttributes: Newtonsoft.Json.JsonSerializationException: Required property 'href' not found in JSON. Path '', line 1, position 99.`
It makes me wonder if I'm simply using incompatible client libraries with the server.
I could also be doing something very dumb 😉steep-lamp-91158
steep-lamp-91158