Hello, I am trying to apply attribute A and B combined as a unique index, but it gives me "failed" message. Is it not supported at the moment?
Thanks.
Hi 👋
let me check once
are you sure there are no duplicates? https://dev.to/appwrite/how-do-i-index-my-appwrite-collection-2o4n
can you do docker compose logs appwrite-worker-databases
Hello Jyoti. I'm using appwrite cloud
Or Is there a way for me to access the log?
There is no duplication because I only have that 1 index for that collection
Hmm seems possible to me..can you share project ID with me? You can DM me
@Said H has this been resolved? 🙂
hey @Tessa , thanks for following up. Hello @joeyouss , let me know if you have some solutions. I have DM you the info.
Hi @joeyouss , even when i tried creating a new attribute and set an index to that new attribute, it just failed it
i think i found a pattern to replicate this.
this is happening to any attribute with URL type
Hi - thanks for sharing in depth, let me look into this and apologies for taking a bit longer to reply!
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...