Steven Nguyen
Steven Nguyen
@mbazs, from your client code, are you executing with async as true or false?
@mbazs, what if you execute it from client code with async as true?
This should be resolved as part of 1.0.2, please let us know if it's still a problem and we can re-open the issue.
@binaryfire, each one of our runtimes is a custom image. So, what's the limitation?
@binaryfire, no, nothing has changed with #1037. You cannot run arbitrary docker images in Appwrite, but we can add additional runtimes. For example, a contributor added a [perl runtime](https://github.com/open-runtimes/open-runtimes/pull/95). In...
@binaryfire ahhh I get it now. Sorry! That makes sense...however, you might be able to install packages as part of the function execution. it's going to be pretty slow since...
@Hassan4way, the `AppwriteException: User (role: guest) missing scope (account)` error is normal. That's how we check if there's a valid session. You said you're unable to log in to the...
@Hassan4way are you still having a problem? Please let us know as I'll need to close this due to inactivity soon.
@rafagazani, are you saying the container crashes after changing the variable and the function gets triggered? And you see the "Error Msg: Could not resolve host:" error?
@quibenefacit, the SMS providers we support allow us to generate codes ourselves, use the provider to send the code, and then we have the code in our database so that...