I couldn’t upload that screenshot in my previous email (newbie limitations). Noco does not recognize the “id” field. So it creates a new PK field: “id1”.
Ah looks like you have ended up editing that primary key from autoincrement to text on a table that was natively created from NocoDB’s UI to begin with.
Here is a workaround, create the tables you need in postgres database with either SQL or clients like tablePlus or PgAdmin. Then after all done, connect NocoDB to it.