Async events API - 431 Request Header Fields Too Large

Hello guys! I’ve faced a problem when I try to use a forge async events API I get an error - 431 Request Header Fields Too Large
My code:

const queue2 = new Queue({ key: 'some-key' });
const jobId = await queue2.push(['event1', 'event2']);
console.log(jobId)

And when I try to run the code I get the next error:

Error: 431 Request Header Fields Too Large
    at Object.exports.validateAPIResponse (webpack://forge-ui-starter/node_modules/@forge/events/out/validators.js:59)
    at async Object.exports.validatePushAPIResponse (webpack://forge-ui-starter/node_modules/@forge/events/out/validators.js:90)
    at async Queue.push (webpack://forge-ui-starter/node_modules/@forge/events/out/queue.js:34)      
    at async runHierarchyScheduler (webpack://forge-ui-starter/src/index.js:416)

I’m using the next version of forge packages:
@forge/events”: “^0.7.0”,
@forge/resolver”: “^1.4.4”,

What is wrong? Early all is working fine