martinoOriginal post
Quality
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!
Summary
Issue: Unable to redeploy new functions, stuck processing with size zero bytes. Experienced similar issue with a different function in the past.
Solution: The error message "Invalid `buildID` param" suggests an issue with the build process. Ensure that the build process for the new functions is running successfully and producing valid output files. Double-check the configurations and dependencies. If necessary, consider recreating the function with a new build ID.