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
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...