I possibly detected a bug where a plugin has a not supported icon file.
-
Versions
Mattermost: 10.11.17
OS: Ubuntu 24 -
The possible bug detected in a mattermost.log warning
From mattermost.log:
..."level":"warn","msg":"Error loading local plugin icon","caller":"app/plugin.go:1295","bundle_path":"/opt/mattermost/prepackaged_plugins/mattermost-plugin-agents-v1.4.0-linux-amd64.tar.gz","signature_path":"/opt/mattermost/prepackaged_plugins/mattermost-plugin-agents-v1.4.0-linux-amd64.tar.gz.sig","icon_path":"assets/bot_icon.png","error":"icon is not svg /tmp/plugintmp724710843/mattermost-ai/assets/bot_icon.png"}
- Steps to reproduce:
- Install/enable the prepackaged plugin on Mattermost 10.11.17.
- Observe warning in logs during plugin load.
- Expected behavior:
Once the bundle has PNG icons, please confirm whether PNG should be supported without warnings or whether the plugin should ship an SVG.
Thank You.