Darshan

Results 96 comments of Darshan

Since this issue is more towards css customisations & may not work as required due to `table` usage in newsletter and also not directly related to `Ghosler`, I am going...

Can you instead try doing like this - ```js const storage = new Storage(client); const result = await storage.listFiles( bucketId, undefined, 'some-name' ); ```

Update: I've found the cause for this which might be coming from `Node:20+` Runtime. I tested the same logic on `Node:18`, `Node:19` and the same worked fine. The problem seems...

> @ItzNotABug, whoa! Can you reproduce this with just node (specific version in the runtime) and not in an Appwrite Function? I've tested on a self hosted instance with Functions....

Update 2: I somehow also managed to get this on a local execution (via a `node misc.js`). Trace - ```text TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11372:11) at process.processTicksAndRejections (node: internal/process/task_queues:95:5)...

@stnguyen90, I haven't tested this on a `Node:21` but I see that the functions use `FROM node:20.11-alpine3.19` so the error happens there too.

@stnguyen90, won't this require a change in `Audit` class methods & then changes in controllers? I mean `getLogsByResource` doesn't seem to accept more queries.

> @ItzNotABug, it should suffice to just use the internal id in the controller, right? I am not sure if adding more `Queries` would work, looking at the implementation here...

> @MHEien, thanks for raising this issue! 🙏🏼 Can you expand more on the use-case for data-only notifications? This helps in performing any sort of update in the Apps after...

@stnguyen90 Agree that Webhooks are a project management op. but since they are a part of the project and also a feature like others, I believe that the Server Side...