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
- [ENHANCEMENT] Use the custom Next.js dep...
Deployment adapters on Next.js are now stable! This means that we don't have to stick to the limitations of sniffing out build outputs and manually moving or mo...
- NextJS builds sudden runtime_timeout
My builds suddenly stopped working. Activating old prebuilt snapshots work, but redeploying that same code produces builds that throw runtime_timeout FRA region
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...