ShivanshuRag
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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...