Error when adding a new user with multiple groups #7464
Unanswered
rafapeiter
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When attempting to add a new user with multiple groups, the following error occurs:
"batch insert only works with Postgresql and SQL Server"
As a result, the user is added to the system but is left without any group associations.
To resolve this issue, the groups need to be manually assigned to the user after the initial creation.
Environment Details:
Wiki.js Version: 2.5.305
Database: MySQL 8.0.26
Deployment Environment: Docker container
Beta Was this translation helpful? Give feedback.
All reactions