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
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...
- Anyone manage to get a slack-bot working...
I'm trying to setup a bot the send and retrieve slack messages to a chat in my site. I've failed with SSE and appwrite functions soo far... i'll trying polling ...
- [Sites] Deployment finished but site is ...
The deployment finished and is active but the site shows timeout error.