mattermost-community / mattermost-plugin-jitsi

Jitsi plugin for Mattermost :electric_plug:
Apache License 2.0
197 stars 90 forks source link

Can't Enable/Activate Plugin - No Jitsi app ID was provided #179

Closed frakman1 closed 3 years ago

frakman1 commented 3 years ago

Mattermost Version MM_VERSION=5.31.0

Plugin Version Jitsi (jitsi - 2.0.0)

Describe the issue After installing the plugin, When I try to enable the plugin through the Plugin Manager, I get this error:

image

Server Error Logs

{"level":"error","ts":1613697954.5203447,"caller":"mlog/log.go:232","msg":"Unable to activate plugin","plugin_id":"jitsi","error":"error no Jitsi app ID was provided"}

It used to work until I upgraded my Free version of Mattermost to Enterprise and lost all my plugins. I reverted to the Free but still couldn't get the plugins to even show up.

Finally, I deleted the contents of the plugins and client/plugins and restarted the server. The folders magically re-populated with all my plugins. They all work now except for jitsi. I tried to remove and re-intall jitsi but I still get this error.

I tried chowning -R those folders to mattermost:mattermost but no change. @seansackowitz

axac commented 3 years ago

i have the same problem. but in a new installation on yunohost

frakman1 commented 3 years ago

Make sure "Use JWT Authentication for Jitsi" is set to False in the Plugins Settings page. image

axac commented 3 years ago

@frakman1 thanks. Yes its good. I installed other plugins for test and i have the same problem. I think its my mattermost installation. thank you very much !.

hanzei commented 3 years ago

Disabling JWT authentication should resolve the issue. Closing.