Can't add new rows to any table across all of my apps!

What I’m trying to do:
add row to a table.

What I’ve tried and what’s not working:

  • Adding a new row from the GUI. Gives a “Saved Failed: Could not save row: Unknown error”
  • Add a row to an empty table.
  • Add a row to a table in a different app.
  • Changing data in a tale works as expected.
  • Creating a new, blank app, adding a table and try to add a row in the gui.
  • Tried both normal and Accelerated tables.
  • Checked I’m not exceeding my database quotas
  • Adding a row from server code and from the console both give result in below:

Code Sample:

from anvil.tables import app_tables
app_tables.test_table.add_row(number_col=1)
>> anvil.tables.TableError: Internal database error: ERROR: nextval: reached maximum value of sequence "app_storage_data_id_seq" (2147483647)

Clone link:
share a copy of your app

3 Likes

We are also seeing this

Related post:

1 Like

Its seems to be a global problem. i sent mail to anvil support, I hope they can fix this soon.

Same here - looks like the internet is full…

2 Likes

Sorry about this - it should now be resolved. Please see my post here.