@julian If the fix is on the way, then I'll wait for the next release. Thanks.
Solved Login problem 2.0.1
-
@phenomlab Thanks for your work.
I am using two plugins that do make problems with v2.0.1
- nodebb-plugin-2factor
- nodebb-plugin-embed
When i disable these plugins, the login works after update to v2.0.1
-
@phenomlab I think I know what's wrong with those plugins I will take a look.
-
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
-
Created a pr for embed plugin as well https://github.com/TheWorms/nodebb-plugin-embed/pull/1
-
@baris Thank you!
Both changes works for me.
-
Published [email protected] with the fix
-
@baris Working for me also (both plugins - although
plugin-nodebb-embed
changed manually as per the pull request) -
thank you @baris working as well.
-
baris
-
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.
Suggested Topics
-
Solved 2factor app on 1.18.6
Technical Support • • FrankM -
Solved Upgrade problem
Technical Support • • Dawid Glomba