@dogs Thank you
Solved Can't register new users
-
Hello, I installed NodeBB with Docker . All other functions works fine, but when I want to register a new user, after I enter my registration information and click submit button, it went wrong and shows:
Internal Error. Oops! Looks like something went wrong! /register/complete/ Invalid Data
Here's the error log:2020-02-11T12:27:59.776Z [4567/130] - error: /register/complete/ [[error:invalid-data]] {"stack":"Error: [[error:invalid-data]] at Object.plugins.registerHook.method (/usr/src/app/src/user/index.js:239:36) at /usr/src/app/src/plugins/hooks.js:121:29 at /usr/src/app/node_modules/async/dist/async.js:1636:13 at replenish (/usr/src/app/node_modules/async/dist/async.js:445:21) at /usr/src/app/node_modules/async/dist/async.js:450:13 at eachOfLimit$1 (/usr/src/app/node_modules/async/dist/async.js:476:34) at awaitable(eachOfLimit$1) (/usr/src/app/node_modules/async/dist/async.js:208:32) at eachOfSeries (/usr/src/app/node_modules/async/dist/async.js:663:16) at awaitable(eachOfSeries) (/usr/src/app/node_modules/async/dist/async.js:208:32) at Object.reduce (/usr/src/app/node_modules/async/dist/async.js:1635:16)"}
But I can add and delete users using admin border. And I can also login to the users I created. How can I solve this problem?
Thanks!
-
I'm guessing it's a plugin causing this issue. Try disabling each plugin to see which may be the culprit.
-
@PitaJ I disabled all the plugins and rebuilt the forum, but I still got the same error code.
-
@BAKA We can reproduce this, stand by for a fix shortly...
-
@BAKA I am assuming you are on master branch, can you try latest and let me know if it works now. https://github.com/NodeBB/NodeBB/commit/5a0c7c1497ed2de84ad317f7e3fcc6b1354b08eb
-
-
Tried this on mine, but no luck. Same issue. Verified that the fix made it in.