I have set everything right but I get this error. What could be the issue?
AppwriteException: Database not found
at Client.eval (webpack-internal:///./node_modules/appwrite/dist/esm/sdk.js:391:27)
at Generator.next (<anonymous>)
at fulfilled (webpack-internal:///./node_modules/appwrite/dist/esm/sdk.js:37:58)
could you share the output of appwrite console where the database of the particular id is present?
When I look at the project Dashboard, I can only see 1 database registered. But they are two. Sth weird I may say
Solved it<:appwritecheck:851487062112731146> . This is not even in the documentation. Look at how I initialized the Databases.
hmm, that's strange. What version of SDk are you using??
"appwrite": "^9.0.2",
That’s the issue
You are probably using an old version of sdk
The latest os 10.2
Okay. Thsnks
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- How to properly implement custom domain?...
- Site deployment does not work.
I can change a file, deploy, change does not take effect. Delete file in repo, push changes,deploy. Old file remains undeleted Duplicate file, rename it, push,...