Rank 1: Thread
Hey, so im running a express node server and im trying to delete/upload files over it,
await storage.deleteFile( process.env.APPWRITE_BUCKET_ID as string, player.statsProfile.playerProfileSocial.profileBannerId );This implementation works fine over localhost, but on production deployed via docker i get
{"name":"AppwriteException","code":0,"type":"","response":""}
as response on every operation