Hi All,
I've got a self hosted retool deployed to an EKS Cluster. I think everything is mostly in place (I've spent an hour or two at this point thoroughly checking every configuration against another retool instance that is fully functional).
I can invite users and they can log in. I've added the self hosted database resource (e.g. Set up Retool Database on Self-hosted deployments | Retool Docs)
I can create an app; however, I am not able to save anything. Whenever I try and add a generic table e.g. literally dragging the table resource into the app field from the edit sidebar the following happens:
The table appears in my app
The dev tools display a 403 error on save (see screenshots below)
If I close the edit window and re-open the app the table is gone
There's no logs related to this issue in the EKS Pods as well or any request ID in the Network Headers.
Any ideas?