Open Benehiko opened 2 years ago
I can't reproduce this. Is the problem maybe the changes you have made to the node app?
I can't reproduce this. Is the problem maybe the changes you have made to the node app?
this also happens with the elements/react-spa
example on logout. so i don't think it's related to the implementation.
I'm trying the examples from the docs and can not reproduce the problem! E2E tests for proxy are also passing
I will try with the docs
examples as well quick.
The problem is with tunnel afaik - haven't tried proxy - and the e2e tests in docs do not test against tunnel.
I tested it with the tunnel and the React app. The e2e tests in Ory CLI test both proxy and tunnel :)
Tested this on another machine and it seems to work normally... not really sure what's different in my environment that could cause this :thinking:
I will investigate it a bit later and report back here.
Preflight checklist
Describe the bug
On any flow that requires a browser redirect the browser will ask to open an application instead of doing the redirect.
For example:
A login flow
A registration flow
On logout we have the same problem
Flows not affected
I have also tested this on SPA applications which have no redirects on login, registration etc. However on logout we redirect to Kratos which opens the dialog.
Reproducing the bug
localhost:4000
localhost:3000
localhost:3000
Relevant log output
No response
Relevant configuration
No response
Version
v0.1.43
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Ory Cloud
Additional Context
No response