[BUG][WEBJS] - WEJBS fails to restore sessions form MongoDB
[BUG][WEBJS] - WEJBS fails to restore sessions form MongoDB
unexpected end of file` in Zlip.zlipOnError
tried to fix adm-zip to previous well tested version.
The next step will be to try using uncaughtException to catch the exception to prevent container restart.
We need to find where the archive got corrupted as well anyway
Fixed in 2024.8.2
We switched to zip and unzip binaries by default in the official image, instead of using nodejs steams approach, it should be more stable (and faster)
If you're using WEBJS + MongoDB , but ARE NOT using official docker image devlikeapro/waha-plus (or any other versions of it) - kindly install zip and unzip binaries and set WAHA_ZIPPER=ZIPUNZIP env variable (by default we do not enable it, because people can use the project by npm install as well
WAHA_ZIPPER=ZIPUNZIP- usezipandunzipsystem binaries to pack WEBJS authentication data. Disabled by default.- It's relevant if you're using WEBJS + MongoDB. Install
zipandunzipif you don't use our official docker image and set the variable
- It's relevant if you're using WEBJS + MongoDB. Install