Add multiple "tasks" at once

I get “internal server error” when I try to add multiple tasks - this would be really useful

In the demo it works.
I use vikunja in an lxc of a proxmox-server and there it does not.
”Internal Server Error”

I have Vikunja docker compose in an ubuntu 24.04 LXC that is running in a Proxmox node.

Just pasted 4 lines of texts in List view, and it created 4 tasks with just one click of a ‘+’ button.

What version are you running?

Version 2.3.0.
The logs say the database is locked.

EDIT:
Seems that sqlite is not capable to add 2 subtasks at once.
Perplexity recommended to use PostgreSQL or MariaDB.
I will try this.

@buckles-coevals
Which database do you use in your lxc?

I’m using MariaDB. So migrating should solve that issue. :crossed_fingers: