I think it was 2 weeks ago where something like this happened already.
And it is happening again, but the behavior is even more odd than the previous time many users reported this here 2 weeks ago.
The function "66ce83e790179967fbda" who's build time you see is at 46 min was the first build. Now its status is shown as "Building" but before I tried redeploying (the top one), it was in an "active" state, and the top right side was still in the "building" state. The size was 0 Bytes. But if one look at the log, At the very end, one can read "Build finished." and no error within the entire log.
At 20 minutes stuck like this, I tried redeploying it, which resulted in the top one, behaving exactly the same where:
- the build state at the top right and the build state at the deployment list are conflicting
- the log says the build have been completed
- the function is stuck in this conflicted state forever and cannot be used.
- the size is somehow just 0 bytes.
[SOLVED] Function build is stuck forever
Tried again, and it fixed itself. Not sure why this is happening, but everything is working again now.
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...