Edijae Crusar
Edijae Crusar
I'm trying to call a method but the data that I'm getting is `Procedure 'processCheckOut' not present` ` var params = { "host": 'bla bla', "path": '/bla bla.php', "wsdl": '/bla...
### 👟 Reproduction steps When i try to save a file stream received on my express server using busboy, it ends up failing. ``` const bb = busboy({headers:req.headers}); bb.on('file', async...
### 🔖 Feature description I have my own API server that communicates with the Appwrite Node.js server. When a user logs in, I use the `createEmailSession` method provided by Appwrite...
### 👟 Reproduction steps Users communicates directly with my own custom server which in turn communicate with the appwrite server. when user logins in, i create an email session and...