Questions tagged [surrealdb-rpc]
3 questions
5
votes
1 answer
Sending a `create` RPC message to SurrealDB returns a "There was a problem with the database: The table does not exist" error
I'm debugging some tests for the .NET SurrealDB library. I can open connections to the database just fine but when I send a create RPC message to the db (docker container) it returns an error that reads "There was a problem with the database: The…

Stephen Gilboy
- 5,572
- 2
- 30
- 36
1
vote
3 answers
Authentication Error in NodeJS Integration SurrealDB
I have recently come across SurrealDB, and installed it.
After adding to path, I started the server using surreal start --log trace --user root --pass root
.d8888b. 888 8888888b. 888888b.
d88P Y88b …

Jaideep Shekhar
- 808
- 2
- 7
- 21
0
votes
1 answer
How can I generate a user table with email verification and automatic deletion of unverified accounts within 24 hours in SurrealDB?
I'm working on a project where I need to create a user table. One of the requirements is that users should verify their email addresses, and if an account remains unverified for 24 hours, it should be automatically deleted. I'm wondering if…

Bitfinicon
- 1,045
- 1
- 8
- 22