We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce:
Error log
syncer-server-filesystem: Dispatching 'save' task: $:/StoryList Serving on http://127.0.0.1:8080 (press ctrl-C to exit) $:/plugins/tiddlywiki/multiwikiserver/store/sql-engine.js:87 return statement.run(params); ^ SqliteError: FOREIGN KEY constraint failed at SqlEngine.runStatement ($:/plugins/tiddlywiki/multiwikiserver/store/sql-engine.js:87:19) at SqlTiddlerDatabase.deleteRole ($:/plugins/tiddlywiki/multiwikiserver/store/sql-tiddler-database.js:1150:14) at exports.handler ($:/plugins/tiddlywiki/multiwikiserver/routes/handlers/delete-role.js:42:22) at IncomingMessage.<anonymous> ($:/plugins/tiddlywiki/multiwikiserver/mws-server.js:515:10) at IncomingMessage.emit (node:events:518:28) at endReadableNT (node:internal/streams/readable:1698:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'SQLITE_CONSTRAINT_FOREIGNKEY' } Node.js v22.10.0
The text was updated successfully, but these errors were encountered:
If the role is not assigned to any user -> Delete works
Sorry, something went wrong.
TiddlyWiki#8776 resolve server crash on delete role in use
fb5caf1
#8776 resolve server crash on delete role in use (#8796)
d7eb39c
No branches or pull requests
To reproduce:
Error log
The text was updated successfully, but these errors were encountered: