📣 WAHA WEBJS Engine Fix Available! 📣
⚠️
If you're using WEBJS engine (default one) and see the above picture on `GET /api/screenshot?session=default` response - update your instance to WAHA 2024.6.8 (or later if available)
The fix is available on both WAHA Core and WAHA Plus versions
```
# pull the update
docker pull devlikeapro/waha-plus
# stop the current container
docker stop waha
# start a new container
#put your command here:
docker run -v `pwd`/.sessions:/app/.sessions -p 3000:3000/tcp devlikeapro/waha-plus
```