elements
elements copied to clipboard
Logout flow is redirect to wrong URL
Preflight checklist
- [x] I could not find a solution in the existing issues, docs, nor discussions.
- [x] I agree to follow this project's Code of Conduct.
- [x] I have read and am following this repository's Contribution Guidelines.
- [x] I have joined the Ory Community Slack.
- [x] I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Clicking on Logout button in Signin UI will lead to a broken URL.
My app is configure to run locally at port 8001, there should be noway that the UI redirect me to
https://identity-7fbf566ddc-kd7s4:3000/self-service/logout?token=ory_lo....
Reproducing the bug
Using
"@ory/elements-react": "^1.0.0-rc.5", "@ory/nextjs": "^1.0.0-rc.0",
Relevant log output
Relevant configuration
Version
"@ory/elements-react": "^1.0.0-rc.5", "@ory/nextjs": "^1.0.0-rc.0",
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response