Open jpan8866 opened 1 week ago
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.
Please provide a reproducible example repo. I can't replicate this from my end.
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.