Lokesh Raj
Lokesh Raj
I was able to install the plugin successfully on localhost but facing an issue in production. I have hosted my etherpad on aws ec2. ``` npm --version 6.14.17 node --version...
@tessierp I cloned the etherpad repo into my local device. Then ran it on localhost, logged into the admin portal([localhost](http://localhost:9001/admin/plugins)) and installed the plugin from there. It worked on localhost....
Since I am unable to install plugins using the admin portal, I installed them via code. ``` cd $PATH/TO/ETHERPAD_LITE npm i plugin_name ``` After the installation, restart the Etherpad. You...