Error: cannot execute UPDATE in a read-only transaction

I recently started getting this error whenever I try to make a mutation:

Error: cannot execute UPDATE in a read-only transaction

I didn’t change anything on the front end or back end, any idea what I’m doing wrong?

My backend is color-calendar.

1 Like

I have a similar problem the message is “An error happened
An exception was raised while running the action”

I also started getting an error:
Error: cannot execute INSERT in a read-only transaction while calling

Investigating this now, sorry for the troubles!

Should be working again now. It looked like we had some issues with our postgres clusters that affected a subset of projects on thin.

1 Like