I had the same problem with the Docker installation. What I needed to do to fix it is:
- Set
MB_PLUGINS_DIR
- Make sure the
metabase
account in the Docker container can actually access those files, for examplechmod -R 777 ./plugins
on the host. You can verify this withdocker exec -it metabase ls -l /app/plugins
.