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
User attempted to log in with ad block. Error message in log is as follows:
User isn't authenticated: TypeError: Cannot read properties of undefined (reading 'flatMap')
Error message in log indicating that no cookies were found rather than null reference exception.
Attempt to access protected content using an ad blocker that prevents cookies from being sent.
N/A
The text was updated successfully, but these errors were encountered:
Looks like the actual issue is a timeout. I will extend the timeout to see if that resolves the issue.
Sorry, something went wrong.
Underlying issue was timeout. Leaving this issue open until I can open a PR to resolve the null reference exception.
Fixed by #53 .
No branches or pull requests
What happened:
User attempted to log in with ad block. Error message in log is as follows:
What did you expect to have happen:
Error message in log indicating that no cookies were found rather than null reference exception.
How to reproduce this (as precisely and succinctly as possible):
Attempt to access protected content using an ad blocker that prevents cookies from being sent.
Anything else you think we should know?
N/A
Environment:
The text was updated successfully, but these errors were encountered: