So, comparing `hydra-login-consent-node` and `krat...
# ory-selfhosting
r
So, comparing
hydra-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