To debug, run the following commands on the Management Server:
wsc logs copilot
wsc restart
Reproduce the bug:
docker logs mwc &> ~/mwc.log
Afterwards disable debug by running the following commands
echo "DEBUG_COPILOT=0" >> $FWDIR/conf/mwc.env
wsc restart
(another option would be to edit $FWDIR/conf/mwc.env and delete the Copilot Debug section
In any case, I recommend opening a ticket with TAC. If you share the debug logs with me, we can try to identify the root cause more quickly and work toward a fix.