Steven Nguyen
Steven Nguyen
The Appwrite backend will automatically set the JWT and User ID. The code is here: https://github.com/appwrite/appwrite/blob/5a715ff68cba4171bf3473eabc83b84a4ae5876c/app/controllers/api/functions.php#L1594-L1599 It looks like it's because you're executing with a JWT: ```javascript const client =...
@nbehler13, thanks for creating this issue! 🙏🏼 The team deletion happens asynchronously in a background job. As such, would you please share the docker logs for the appwrite-worker-deletes container?
@sabindev21, thanks for raising this issue! 🙏🏼 Would you please provide your project ID?
Closing due to inactivity.
Released in 1.5.0
@martimestre03, thanks for raising this issue! 🙏🏼 > I changed an attribute from one of the Collections What exactly did you change? It would really help if we had exact...
@step135, thanks for creating this issue! 🙏🏼 Would you be able to provide more detailed reproduction steps as I'm having trouble reproducing this problem. I tried both giving `any` update...
Ohhh you mean the update document API call's response has the document data?
Closing as a duplicate of https://github.com/appwrite/appwrite/issues/7213
@RedYara, thanks for creating this issue! 🙏🏼 First, you cannot run Appwrite on a different path. If you're interested in that, you can add a 👍🏼 to [this](https://github.com/appwrite/appwrite/issues/5430) issue. Typically,...