niklabh / mattermost-plugin-webrtc-video

A webrtc video call plugin for mattermost
Apache License 2.0
84 stars 17 forks source link

Unable to install #33

Open avrono opened 4 years ago

avrono commented 4 years ago

Mattermost Version: 5.21.0 Database Schema Version: 5.21.0 Database: postgres

Either via UI or command line install :

/opt/mattermost/bin/mmctl plugin add mattermost-webrtc-video-1.0.3.tar.gz mattermost-webrtc-video-1.0.3.tar.gz
Unable to add plugin: mattermost-webrtc-video-1.0.3.tar.gz. Error: AppErrorFromJson: model.utils.decode_json.app_error, body: <html>
<head><title>413 Request Entity Too Large</title></head>
<body bgcolor="white">
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>

Unable to add plugin: mattermost-webrtc-video-1.0.3.tar.gz. Error: AppErrorFromJson: model.utils.decode_json.app_error, body: <html>
<head><title>413 Request Entity Too Large</title></head>
<body bgcolor="white">
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
erlking commented 3 years ago

well, i guess this is to late but if i remember correct you have to adjust your nginx config to allow larger files eg. client_max_body_size 50M;