Preflight checklist
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
Preflight checklist
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: OryErrorbut 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/errorwas 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