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.
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!