You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just about to create identical issue, a bit more detail from me:
It is only possible to sign-in to the root system user, namespace and database users fail with surrealdb.errors.SurrealDbConnectionError: There was a problem with the database: There was a problem with authentication
Investigating SDK logs I found that db.use() seems to be executed Arguments: (RequestData(id='RPTcD58SLO', method='use', params=('ns', 'db')),) and then the sign-in gets executed Arguments: (RequestData(id='MSaAz1fh65', method='signin', params=({'user': 'dbuser', 'pass': 'supersecretpass'},)),) and then it fails immediately.
Tested with surrealdb 2.1.4
Only way to sign in is to create a root user which is far from ideal.
Describe the bug
There was a problem with the database: There was a problem with authentication
Steps to reproduce
Expected behaviour
Connect.
SurrealDB version
surrealpypi v0.4.1
surrealdb.py version
surrealpypi v0.4.1
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: