Insufficient documentation
See original GitHub issueHi,
I would like to the the SurrealDB and I’m following the steps on the site but it doesn’t work and I don’t find information what’s wrong.
I’ve started the server with docker run --name surrealdb -d -p 8000:8000 surrealdb/surrealdb:latest start
as it’s mentioned in the install page.
I’ve copied the Node.js example code from here but when I start it gives error:
ERROR r [AuthenticationError]: There was a problem with authentication
at c.Ye (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:69967)
at c.<anonymous> (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:66686)
at c.r (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52384)
at D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52586
at Array.forEach (<anonymous>)
at c.value (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52563)
at s.<anonymous> (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:65324)
at D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52586
at Array.forEach (<anonymous>)
at s.value (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52563)
I think the problem is that, the container started without user/pass, but the example code use root
for them, but if I skip them, in db.signin
I’ve got the same problem. If I skip the whole signin
I’ve got
ERROR Error: There was a problem with the database: The table does not exist
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Insufficient Documentation - CGS Medicare
Insufficient documentation errors identified by the CERT Review Contractor may include: Incomplete progress notes (e.g., unsigned, undated, ...
Read more >Insufficient Documentation - ETS
View common reasons why disability documentation is deemed insufficient by ETS. The current functional limitations are missing from the report.
Read more >Complying With Medical Record Documentation Requirements
Reviewers determine that claims have insufficient documentation errors when the medical documentation submitted is inadequate to support payment for the ...
Read more >42 CFR § 110.71 - Insufficient documentation for eligibility and ...
§ 110.71 Insufficient documentation for eligibility and benefits determinations. In the event that there is insufficient documentation in the Request Package ...
Read more >insufficient documentation definition - Reverso Dictionary
insufficient. adj not sufficient; inadequate or deficient
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@koakh you are right, with
--user root --pass root
works fine. Thanks!By the way, if it’s intentional just need to update the docker run commands in the docs.
Glad to know you are ready @icebob @tobiemh is the best person to finish this issue, and improve the docs, etc