Some sequelize queries work only on my local and not on the server

where: {id: {[Op.or]: [this.ids]}}
The above query doesn’t work on the server and works properly on my local.

Can someone let me know the issue?.
sequelize Version :
“sequelize”: “^6.21.2”,
“sequelize-cli”: “^6.4.1”,