We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
export function instanceOfErrorBrowserLocationChangeRequired(value: object): value is ErrorBrowserLocationChangeRequired { return true; }
Why is it just true? shouldn't it check obj properties? This is typescript client fetch
This happens when handling errors when you need to re login in after session_refresh_required. It always returns true so it is useless
session_refresh_required
1.3
Linux
Docker Compose
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight checklist
Ory Network Project
No response
Describe the bug
Why is it just true? shouldn't it check obj properties?
This is typescript client fetch
Reproducing the bug
This happens when handling errors when you need to re login in after
session_refresh_required
.It always returns true so it is useless
Relevant log output
No response
Relevant configuration
No response
Version
1.3
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Docker Compose
Additional Context
No response
The text was updated successfully, but these errors were encountered: