Unable to connect to any of the browser sessions

For Workes & Pages, what is the name of the domain?

example.com

What is the issue or error you’re encountering

Unable to connect to any of the free browser

What steps have you taken to resolve the issue?

I have 2 browser running from yesterday, both are idle and doesn’t have any connectionId. Still I am unable to connect any of them and also can’t start new as the 2 limit reached which are stalled.

[
  {
    "sessionId": "04c89ae8-b1e6-4ed1-84b9-c496c4e9b74d",
    "startTime": 1730880064300
  },
  {
    "sessionId": "0d93f1a3-29e2-48aa-a06e-2333768846c9",
    "startTime": 1730761299266
  }
]

I think there should an option to kill puppeteer.kill(sessionId) to kill a browser if unable to connect to a session for some reason continuously.

Screenshot of the error

Interestingly the dashboard shows 0 browsers in last 30 minutes, while the const sessions: ActiveSession[] = await puppeteer.sessions(endpoint); shows 2 active browser with session id given above. So looks like the puppeteer.sessions(endpoint) has some bad cache which doesn’t allowing me to start a browser as well, the sessionId coming in response are closed.