You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Once uploaded and enabled, the Mattermost server no longer works (nothing appears when loading a page). The Javascript console indicates the following error:
Uncaught TypeError: A.registerCodeBlockComponent is not a function
at A.value (com.mattermost.latex…9ab15e5_bundle.js:1)
at index.js:128
at HTMLScriptElement.i.onload (index.js:92)
in /static/plugins/com.mattermost.latex-plugin/com.mattermost.latex-plugin_fc4c86ab99ab15e5_bundle.js
[To repair this, the plugin needs to be removed with the command line interface (./bin/mattermost plugin disable com.mattermost.latex-plugin && ./bin/mattermost plugin delete com.mattermost.latex-plugin && service mattermost restart.]
This is Mattermost Enterprise Edition, version 5.21.0. Any idea of how this could be fixed? Many thanks!
The text was updated successfully, but these errors were encountered:
It seems that registerCodeBlockComponent is a function with one (!) occurrence on the internets, and this is in this package. It does not look like this function has ever been in mattermost, has it?
Hi, I'm trying to install the LaTeX plugin, specifically https://github.com/kosgrz/mattermost-plugin-latex/releases/download/v0.0.2/com.mattermost.latex-plugin-0.0.2.tar.gz
Once uploaded and enabled, the Mattermost server no longer works (nothing appears when loading a page). The Javascript console indicates the following error:
in
/static/plugins/com.mattermost.latex-plugin/com.mattermost.latex-plugin_fc4c86ab99ab15e5_bundle.js
[To repair this, the plugin needs to be removed with the command line interface (
./bin/mattermost plugin disable com.mattermost.latex-plugin && ./bin/mattermost plugin delete com.mattermost.latex-plugin && service mattermost restart
.]This is Mattermost Enterprise Edition, version 5.21.0. Any idea of how this could be fixed? Many thanks!
The text was updated successfully, but these errors were encountered: