I'm currently grappling with an issue in a headless Chromium instance running within a Docker container. Upon invoking the initialize() function, the QR event triggers successfully. However, after scanning the QR code, the subsequent MESSAGE events are received:
{"level":"DEBUG","message":"Loading your chats", "timestamp":"2024-01-26T20:22:54.756Z","percentage":0}
{"level":"DEBUG","message":"Loading your chats","timestamp":"2024-01-26T20:22:56.766Z","percentage":100}
Following this, the process goes silent, and no further actions are observed. No authenticated message, nor ready. Has anyone encountered a similar scenario and found a resolution? Your insights and suggestions would be greatly appreciated!
I'm running the latest stable version and running with NoAuth to make sure it's not the auth strategy that is causing this.