Import fails with postgresql
When importing a (large?) file exported some minutes ago:
[2021-04-12T19:01:25.693] [INFO] helpers - QueryFailedError: bind message has 9476 parameter formats but 0 parameters
at new QueryFailedError (/home/user/app/node_modules/typeorm/error/QueryFailedError.js:11:28)
at Query.callback (/home/user/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:235:38)
at Query.handleError (/home/user/app/node_modules/pg/lib/query.js:128:19)
at Client._handleErrorMessage (/home/user/app/node_modules/pg/lib/client.js:326:17)
at Connection.emit (events.js:198:13)
at parse (/home/user/app/node_modules/pg/lib/connection.js:109:12)
at Parser.parse (/home/user/app/node_modules/pg-protocol/dist/parser.js:40:17)
at Socket.stream.on (/home/user/app/node_modules/pg-protocol/dist/index.js:10:42)
at Socket.emit (events.js:198:13)
at addChunk (_stream_readable.js:288:12)