ID.unique() returns "Document with the requested ID already exists. Try again with a different ID"
- 0
- Self Hosted
- Web
- Cloud
So out of nowhere ID.unique() doesn't work now, I haven't changed any code in my cloud functions for couple of weeks, but now createDocument with ID.unique() would gives me error "Document with the requested ID already exists. Try again with a different ID". Tried to upgrade node sdk from 12.0.0 to 14.0.0, and from 14.0.0 back to 12.0.0, tried to upgrade appwrite from 1.5.10 to 1.6.0. Neither works, what I did notice is that docker logs didn't generate appwrite-specific errors, except bunch of redis errors. I am not sure if the redis is the problem since idk how to flush cache. Does anyone has encountered this weird behaviors before and know a solution? Help appreciated, thanks! Working with Node SDKs and Cloud Functions.
Recommended threads
- `notContains` Query not available
I have a collection with documents that have a `userIds` attribute containing an array of string values. I want to list these documents by excluding the ones th...
- Cant use dotnet-8.0 and Deno 2.0 Runtime...
Hi, i cant get up and running any .net and deno 2.0 runtimes. Steps i tried: 1. Added in .env: _APP_FUNCTIONS_RUNTIMES=deno-2.0,php-8.3,python-3.9,dotnet-8.0 2....
- can’t log in after launching to the inte...
I built a database for a client, and though i’m a novice, the process wasn’t so bad. It worked great with localhost. When i put it on the web, i changed the A...