{'$id': '65bbe8072af421ea4e60', '$createdAt': '2024-02-01T18:50:47.176+00:00', '$updatedAt': '2024-02-01T18:50:47.277+00:00', '$permissions': [], 'functionId': 'atualizar_status_ordem_servico', 'trigger': 'event', 'status': 'failed', 'statusCode': 500, 'response': '', 'stdout': '', 'stderr': 'Internal Runtime error.', 'duration': 0.0380728}]}
when I try to query what happened to the failed execution with docker logs project-DeploymentID returns nothing in the console.
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...