Kirill Verevkin
Kirill Verevkin
Found that if you change the schema in postgresql to public, then creating a duplicate works. It seems that somewhere in the request for a double they forgot to specify...
 This is what the request structure looks like. It can be seen that when executing one request, there is no indication of the scheme
If I researched correctly, then apparently the problematic code is located [here](https://github.com/strapi/strapi/blob/main/packages/core/database/src/entity-manager/regular-relations.ts#L508), it was added as part of this https://github.com/strapi/strapi/pull/16192. It's as if this code is missing an extra method...
@Marc-Roig I apologize for tagging you, but maybe you will have the opportunity to watch my investigation?