Hi
Without changing any configuration or code, the API requests that were working previously have stopped responding. I also tried creating a new session, and the same problem occurs.
Here's an example:
http://localhost:3001/client/getContacts/sesstest
{"success":false,"error":"Evaluation failed: TypeError: Cannot read properties of undefined (reading 'getContacts')\n at pptr://puppeteer_evaluation_script:2:34"}
Is anyone else having similar issues?
Thanks!