GCP instance is connected to GCP SQL, But it does not allow insert operation on database, where as other operations like select, update and delete is working.
Hi @TagDev,
Welcome to Google Cloud Community!
The issue with insert operation on a GCP SQL database may be due to a variety of reasons, such as:
It is recommended to check the above possible causes and fix the issue. Also, check the error message that is thrown when the insert operation is performed, it will give more information on the specific error.
You can refer to the following documentation for more information on troubleshooting insert operations on a GCP SQL database:
Also, you can check the following link for more information about troubleshooting SQL instances on GCP: https://cloud.google.com/sql/
Thank you