Steven Nguyen
Steven Nguyen
Looks like this is still a problem: ``` appwrite | [Error] Timestamp: 2024-04-25T18:08:08+00:00 appwrite | [Error] Method: DELETE appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId appwrite | [Error] Type: PDOException appwrite |...
Oh... https://github.com/appwrite/appwrite/pull/8006 wasn't merged yet.
@sc231997, I've used Appwrite in Codespaces before. What troubles were you having?
@ItzNotABug, thanks for raising this issue! 🙏🏼 Let me check with the team on this.
We want to have a separate section in the UI for REST API, GraphQL and Realtime so our design team will have to come up with something for this first.
@chakshumraval, are you still having this problem? Did you create a support post on our Discord server?
@chakshumraval would you please check the docker logs from the appwrite-worker-functions container to see if there are any errors?
@chakshumraval, apologies for the delay. So you're saying the execution doesn't show up in the console at all? Do you have multiple functions that trigger on the same event?
@chakshumraval, I wonder if one of the other functions is erroring out and then it causes the others to not process. 🧐
@va2ron1, thanks for creating this issue! 🙏🏼 > 1. I was looking into the wrong SDK source code, and I found out that everything is implemented. > 2. This behavior...