Tables Error: Quota Exceeded

Hi all,

I’m using Anvil for a school project, and many of my classmates and I have recently been getting this error when we try to add rows to our Anvil data tables.

error_quota

In my app, this is the line that the error traces back to:

    app_tables.user_reviews.add_row(Class = curr_class,
                                    Professor = prof,
                                    Semester = sem,
                                    Review = rev)

I only found one other post about this error (anvil.tables.QuotaExceededError: Database size limit exceeded) but it was resolved through email, so I’m not sure if this is something that can be fixed through coding/debugging.

Already working on sending an email to support staff – any help would be greatly appreciated.

Thanks!

Glad you’re using Anvil for a school project!

If you’re on a free plan, that might be the cause of the error. You’re limited to 100 MB total storage on the free plan. Since you’re using it for a school project, though, your teacher should be able to get you setup with the educational license, which would increase that limit to 10 GB.

Thank you for the quick response!

I remember now that our teacher said that Anvil temporarily upgraded our accounts to Business plan, which was around the same time that we started getting the quota errors.

found_problem

Will send an email to support staff.

Thank you very much for your help! @jshaffstall

2 Likes