lazidoca
lazidoca
This issue has been posted many times, to fix it, please downgrade the websockets to version 6.0 pip install websockets==6
It seems like when there are multiple joins on the the same table, the `chainedMethods` is pushed with a new left join which causes the issue: https://github.com/payloadcms/payload/blob/93bdc0e98d5541fddfe5a143e5678164692d3d37/packages/db-postgres/src/queries/selectDistinct.ts#L37C1-L43C1
Payload 3.0 beta 56 works fine, so I think the recent changes in beta 57 causes the issue