wekan: Registration broken "Templates board id is required"
Issue
Server Setup Information:
- Wekan version: 2.56 (wekanteam/wekan:latest docker image)
- Operating System: Debian as docker host
- Http frontend if any (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first): nginx
Problem description: When invited to sign up for wekan, no matter if I am invited to any board or not, signing up always leads to the error message “Templates board id is required”. Sign-up is actually performed, I can log in if I manually go from sign-up to the root of the app.
app log:
wekan-app | Exception while invoking method 'ATCreateUserServer' { stack: 'Error: Templates board id is required\n at getErrorObject (packages/aldeed_collection2-core.js:480:15)\n at Mongo.Collection.doValidate (packages/aldeed_collection2-core.js:462:13)\n at Mongo.Collection.(anonymous function) [as update] (packages/aldeed_collection2-core.js:214:25)\n at Object.Users.after.insert (models/users.js:821:15)\n at packages/matb33_collection-hooks.js:382:18\n at Array.forEach (<anonymous>)\n at Function._.each._.forEach (packages/underscore.js:139:11)\n at after (packages/matb33_collection-hooks.js:381:9)\n at Object.<anonymous> (packages/matb33_collection-hooks.js:396:12)\n at Object.collection.(anonymous function) [as insert] (packages/matb33_collection-hooks.js:146:21)\n at Mongo.Collection.insert (packages/mongo/collection.js:491:37)\n at Mongo.Collection.(anonymous function) [as insert] (packages/aldeed_collection2-core.js:232:19)\n at AccountsServer.Ap.insertUserDoc (packages/accounts-base/accounts_server.js:1325:25)\n at createUser (packages/accounts-password/password_server.js:1054:25)\n at AccountsServer.Accounts.createUser (packages/accounts-password/password_server.js:1123:10)\n at DDPCommon.MethodInvocation.ATCreateUserServer (packages/useraccounts_core.js:1294:27)',
wekan-app | source: 'method' }
wekan-app | Sanitized and reported to the client as: Templates board id is required [400]
Sorry, I am having technical problems attaching screens of the error.
About this issue
- Original URL
- State: open
- Created 5 years ago
- Reactions: 2
- Comments: 27 (11 by maintainers)
@xet7 this issue is still present in Wekan version
3.17.0(Docker image with shaf12ef50aba4af5a472372537ce04c7e46aac6ee752aada67302daab4ab6e69f7).It still shows `Templates board id is required` in the frontend and here is the log of the backend: (click to expand)