Error: Transaction query already complete

I’m trying to use the releases plugins and try to release multiple articles by assigning select3ed articles to a release group.
I’m expected that the selected article will be added into the release group,
instead I am getting an error with DB transaction Error: Transaction query already complete
couldn’t figure out why, did anybody face the same issue or can someone help me with this?
Here is the stack trace:

    at completedError (/Users/syafiqsarif/workspace/reddy-express/backend/node_modules/knex/lib/execution/transaction.js:404:9)
    at /Users/syafiqsarif/workspace/reddy-express/backend/node_modules/knex/lib/execution/transaction.js:370:24
    at new Promise (<anonymous>)
    at trxClient.query (/Users/syafiqsarif/workspace/reddy-express/backend/node_modules/knex/lib/execution/transaction.js:366:12)
    at Runner.query (/Users/syafiqsarif/workspace/reddy-express/backend/node_modules/knex/lib/execution/runner.js:141:36)
    at ensureConnectionCallback (/Users/syafiqsarif/workspace/reddy-express/backend/node_modules/knex/lib/execution/internal/ensure-connection-callback.js:13:17)
    at Runner.ensureConnection (/Users/syafiqsarif/workspace/reddy-express/backend/node_modules/knex/lib/execution/runner.js:318:20)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Runner.run (/Users/syafiqsarif/workspace/reddy-express/backend/node_modules/knex/lib/execution/runner.js:30:19)
    at async Object.execute (/Users/syafiqsarif/workspace/reddy-express/backend/node_modules/@strapi/database/dist/index.js:4328:22)```

<i>This topic has been created from a Discord post (1265089797907808379) to give it more visibility.
It will be on Read-Only mode here.
<a href="https://discord.com/channels/811989166782021633/1265089797907808379/1265089797907808379">Join the conversation on Discord</a></i>