-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- 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 your problem
I can see that there is an Error page component in packages/elements-react/src/theme/default/flows/error.tsx, alongside the other pages which are used in the example apps.
However, I cannot see any place where this component is used. One of the props is error: OryError but I cannot see any function that could be used to fetch data of this type.
Describe your ideal solution
It would be helpful if in at least one of the example apps, the route /auth/error was implemented. It looks like this is something that was in the "legacy" repo but didn't get carried forward completely.
Workarounds or alternatives
The only obvious alternative is to implement this page myself.
Version
latest (46362c6)
Additional Context
No response
Reactions are currently unavailable