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
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...
- Suspicious access pattern detected when ...
Hello, I am having trouble restoring my project. In the past it worked with no problems, but today I get an error "Suspicious access pattern detected". How can ...