Invalid bucketId param: UID must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, and underscore. Can't start with a leading underscore
this error is occurred when click on submit button
TL;DR
Error: Invalid `bucketId` parameter
Problem: The `bucketId` parameter must be at most 36 characters long and can only contain letters (both lowercase and uppercase), numbers, and underscores. It cannot start with an underscore.
Solution: Check the value being passed to the `bucketId` parameter and ensure it meets the requirements mentioned above. Adjust the value if necessary and try submitting again.Recommended threads
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...