Hi there,
I am currently struggling with a fix for the following bug: https://github.com/appwrite/sdk-for-dotnet/issues/30
I have a fix when running the code locally. The fix is documented in the following post: https://github.com/appwrite/sdk-for-dotnet/issues/30#issuecomment-1880182695
Unfortunately I am unable to fix it in the code generator.
I am not familiar with Twig/PHP so it is quite challenging to fix the issue in the generator.
Could someone look into this issue, because it is a quite fundamental issue?
Recommended threads
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...