I noticed a bug on the Mac agents; a necessary folder is not created in the Wapt directory tree for storing icons.
I just deployed a machine with the latest agent (2.6.0.16795), here is the error visible in the Wapt console: The /opt/wapt/cache/icons folder is therefore missing
Using the terminal and an admin account, you can create the folder "manually":
Code: Select all
sudo mkdir -p /opt/wapt/cache/iconsHave a good day everyone!
