
Cant add new credit card. Param "providerMethodId" is not optional. or this error - Invalid paymentMethodId
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
TL;DR
Developers are encountering errors when trying to add a new credit card due to missing parameters and incorrect formatting. The paymentMethodId should contain at most 36 characters with valid characters including a-z, A-Z, 0-9, and underscore, while not starting with a leading underscore.Recommended threads
- Error when executing a function from pos...
I am trying to make a post request from postman to my function https://fra.cloud.appwrite.io/v1/functions/functionid/executions on the same body when i put from...
- Environment Support
I've had a look around in the docs and I can't see how I'm supposed to manage different environments. I'd like a test and production environment. But I can't se...
- Storage Permission Issue: Team-based `re...
**Problem:** Files uploaded with `Permission.read(Role.team(teamId))` return `404 Not Found` when accessed by confirmed team members, even though the user is ve...
