elements
elements copied to clipboard
Fix flow expired error messages
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.
- [ ] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Whenever a flow expires, we show a pretty specific error message, including the time of expiring or duration since expiry.
Instead, we should a more generic error message, or silently retry the interaction in the back.
Note, this is probably also a Kratos issue.
Reproducing the bug
- let flow expire
- try to interact with the flow
Relevant log output
Relevant configuration
Version
master
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response