We are using Azure Database for PostgreSQL Basic Plan (vCore 2) for development environment.
When we try to debug our application from Visual Studio (EF PostgreSQL), we often get "Unknown message code: 21 (also 2 and 3)" errors.
Is it limitation of basic plan or another problem?
We were using "General Purpose" Plan before and we were not dealing with these problems. We had to change our plan because of high pricing.