Login Redirect /continue endpoint returns 401

Hey,

I am trying to call /continue endpoint to go back to the rule using POST because i need to pass data back to the rule. fetch(https://${auth0Domain}/continue?state=${state})``. I get 401 Error. here is my

rule.har (241.8 KB)

@konrad.sopala Can u Please help regarding this issue. I just need to know how to redirect back to /continue while sending data. I tried using POST fetch but it gives me 401

Same issue for me, did you ever figure this out?

Same problem here, does anyone have a solution? The docs are not clear about this.