muxinc / strapi-plugin-mux-video-uploader

A Strapi plugin for managing uploads to Mux.
https://mux.com
23 stars 16 forks source link

Installation does not work on Strapi v3.6.8 #29

Closed tigloo closed 2 years ago

tigloo commented 2 years ago

I followed the instructions to install the plugin according to the documentation. I used the following command:

npm i strapi-plugin-mux-video-uploader@2.0.0

NPM completed without errors. However, the plugin does not show up in the settings menu as described in the documentation.

tigloo commented 2 years ago

I found the problem. If a build directory already exists at installation time of the plugin, the admin interface will not be rebuilt. Delete the build directory after installing the plugin, this will force Strapi to rebuild its admin interface on the next start. Then the plugin also shows up.

Would be great to add this to the documentation.