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
metabaseaccount in the Docker container can actually access those files, for examplechmod -R 777 ./pluginson the host. You can verify this withdocker exec -it metabase ls -l /app/plugins.