Login problem 2.0.1
Solved
Technical Support
-
For anyone wondering the issue is fixed here https://github.com/NodeBB/nodebb-plugin-2factor/commit/e0dece96024fcf230dc2727740a50e3375f6b16e
Using the client side utils will fail when called on the server side with the error @phenomlab posted
(node:961044) UnhandledPromiseRejectionWarning: ReferenceError: Blob is not defined
-
-
any chance for the https://github.com/psychobunny/nodebb-widget-board-stats too?
-
@murcs You can simply take the file from there and overwrite in your own install.
For example, if you locate the plugin itself in your folder structure, then open
library.js
and changeconst utils = require.main.require('./public/src/utils');
To
const utils = require.main.require('./src/utils');
And rebuild, this should then work.
Copyright © 2024 NodeBB | Contributors