Within the past 24 hours my app has received the following error message from 2 separate plugins: “Server Error message: you are over your space quota, using 512 MB of 512 MB“.
I am on the Growth Plan and have a 100GB storage limit which I am not even close to hitting, so this does not relate to my bubble plan.
Has anyone else experienced this issue? Is anyone aware of a fix?
Thank you in advance for any help that can be offered.
have you submitted a bug report with the support team as well?
That you fede. I will do that now; I started to earlier, but was convinced by BubbleBot that it was a plugin issue 
What plugins are causing the error?
curious to know what plugin might cause this
Thank you all for checking in about this. This related to a plugin that generates documents.
What I found when I dug deeper into my server logs was that the plugin was firing okay but the webhook to receive the response file was double-firing; it would successfully return the file, but one second later it would fire again with an error (and the error would overwrite the good file).
The plugin developer responded to my messages after some time and confirmed that “It seems indeed that an issue on a backup logs database triggered an unnecessary webhook call which may have caused your workflows to fail.This bug has been fixed earlier today and we made sure it will never happen again.”
I hope that this information helps in case anyone else ever faces a similar issue.
Also, I realized that it was just one plugin causing the issue (but it tripped up the second plugin, which caused me to initially believe that it was two separate plugins).