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
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...