Steven Nguyen
Steven Nguyen
Certainly! Thank you! :pray:
@patrice-blp, thanks for raising this issue! 🙏 This is the expected and intended behavior. Admins should have full access to the project to update users.
@patrice-blp would you please update this issue to be a feature request for additional Appwrite Console roles?
@Kings-Samuel, thanks for raising this issue! 🙏 Would you please clarify which API calls you make that result in this problem? Specific API calls, values passed, and error responses would...
@xypmhxy, thanks for raising this issue! 🙏 Where exactly is this error? Would you please share the appwrite-executor logs the next time this happens?
@xypmhxy, the appwrite-executor docker logs would be helpful.
@DynamiteFP, any errors in the `appwrite-worker-messaging` container? Do you also have `_APP_SMS_FROM` set in your .env file?
@DynamiteFP, thanks so much for this! Looks like worker used to reference a [Phone](https://github.com/appwrite/appwrite/blob/8d99860c55cff4ab1291a51ee5b6c7900641e1eb/app/workers/messaging.php#L20) class and it was changed to [SMS](https://github.com/appwrite/appwrite/blob/939b5a00f5a87c3a16a70adb201d5d1c4b9a013e/app/workers/messaging.php#L22), but that class doesn't exist. Probably because [Phone](https://github.com/appwrite/appwrite/blob/8d99860c55cff4ab1291a51ee5b6c7900641e1eb/src/Appwrite/Auth/Phone.php#L7) was...
@FirzenYogesh, thanks for raising this issue! I can confirm I am able to reproduce this issue. List Indexes shows my index, but when I make the API call to Get...
@eldadfux, when an event comes in for the function worker to process, it loops through each function to check execute the event. If one function throws an exception, the for...