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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- Sveltekit + Bun sites runtime not deploy...
anyone tried deploying sveltekit + bun sites? its building but not running, and the only thing from build console to value is ``` > Using svelte-adapter-bun .s...
- Domain is owned by a different organizat...
I was trying to add a domain to one of my projects however, it keeps giving me the error of Domain is owned by a different organization. I did have a self hoste...