rough-musician-16785
08/10/2023, 12:42 AMhydra-login-consent-node and kratos-selfservice-ui-node side by side in the developer tools of the browser, the summary is that when i use the former the /consent call will POST to http://127.0.0.1:3000/consent resulting in a 302 redirect back to http://127.0.0.1:4444 while the equivalent POST to http://127.0.0.1:4455/consent results in a 500. In this case only the consent URL is different, the login is handled by the kratos UI in both instances… It clearly is the kratos ui code that does not like the /consent POST for some reason while hydra-login-consent accepts it