Error on new hosted instance when attempting to create a new row in any table

Feature(s) impacted

Create a new row in a table.

Observed behavior

Expected behavior

No error and the row is inserted.

Failure Logs

Browser network tab:

{"errors":[{"name":"Error","detail":"Unexpected error","status":500}]}

No other error messages can be observed. Update to existing rows works but all insert fail.

Context

  • Project name: …
  • Team name: …
  • Environment name: production
  • Agent (forest package) name & version: …
  • Database type: Postgres 15 on Supabase
  • Recent changes made on your end if any:

Hey @whollacsek :wave:

Could you share (here or privately via DM) your project name so I can check your configuration on my end?

It looks pretty similar to an ticket we currently have and that is being handled while we speak, but I want to be extra sure.

Thanks in advance :pray:

Thanks for your input :pray:

Indeed, this issue is the one I thought. The ticket is already created on our end, I’ll link your thread so you’ll be notified once the fix is released :+1:

Sorry for the inconvenience.

1 Like

Thanks for the quick reply :slight_smile:

Hey :wave:

The fix should be deployed. Depending on your project, you can either:

  • Click on the “Sync database schema” button on the bottom left of your screen
    image
    or
  • Create a fresh new project

Let me know if everything is now working as expected :pray:

Thanks @jeffladiray insert and delete works now!

1 Like