Had this issue recently on a different function (https://discord.com/channels/564160730845151244/1303494484138528818/1303520893556883507), but didn't really dig into it. This time I tried to redeploy my function and get it working before i deleted it and re-created it with the same ID and i got the error above (screenshot attached). Any ideas? Thanks!
: (
Looks like i can re-deploy previous functions fine, but anything new that I push to GitHub automatically gets stuck processing and it's size is always zero bytes.
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...