- /tasks_all: show all tasks in the server, this should be only used by the admin
- looks like the backend is not connected and thats
- backend list_tasks: you return
return list(tasks.find_one(filters))and it should bereturn list(tasks.find(filters))to get all elems
- frontend and the backend is not linked, they should be