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
A clear and concise description of what the bug is.
When using async client's auth.sign_up, it will fail due to _remove_session. Specifically, the line
await self._storage.remove_item(self._storage_key)
will error out due to remove_item returning None.
Try to use auth.signup with async client
A clear and concise description of what you expected to happen.
Error removing session: object NoneType can't be used in 'await' expression
macOS
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Please provide a reproducible example repo. I can't replicate this from my end.
Sorry, something went wrong.
No branches or pull requests
Bug report
Describe the bug
A clear and concise description of what the bug is.
When using async client's auth.sign_up, it will fail due to _remove_session. Specifically, the line
will error out due to remove_item returning None.
To Reproduce
Try to use auth.signup with async client
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Error removing session: object NoneType can't be used in 'await' expression
System information
macOS
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: