todo_trek icon indicating copy to clipboard operation
todo_trek copied to clipboard

Adding New Todo does not work

Open ricpruss opened this issue 1 year ago • 1 comments

You can see it trying to create it but nothing goes through. I have just changed the postgress password, run mix deps.get, mix ecto,create, mix ecto.migrate and ran the seed data...

[debug] QUERY OK db=2.8ms queue=0.4ms idle=99.0ms
INSERT INTO "activity_log_entries" ("action","after_text","before_text","list_id","meta","performer_text","subject_text","user_id","inserted_at","updated_at") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10) RETURNING "id" ["list_position_updated", "2", "2", 3, %{}, "[email protected]", "Social/Professional", 1, ~N[2023-08-10 21:34:50], ~N[2023-08-10 21:34:50]]
↳ TodoTrek.Todos.update_list_position/3, at: lib/todo_trek/todos.ex:39
[debug] Replied in 47ms
[debug] HANDLE EVENT "new" in TodoTrekWeb.HomeLive
  Component: TodoTrekWeb.TodoListComponent
  Parameters: %{"at" => -1, "list_id" => 3, "value" => ""}
[debug] Replied in 184µs
[debug] HANDLE EVENT "validate" in TodoTrekWeb.HomeLive
  Component: TodoTrekWeb.TodoListComponent
  Parameters: %{"_target" => ["todo", "title"], "todo" => %{"status" => "started", "title" => "T"}}
[debug] Replied in 245µs
[debug] HANDLE EVENT "validate" in TodoTrekWeb.HomeLive
  Component: TodoTrekWeb.TodoListComponent
  Parameters: %{"_target" => ["todo", "title"], "todo" => %{"status" => "started", "title" => "Te"}}
[debug] Replied in 186µs
[debug] HANDLE EVENT "validate" in TodoTrekWeb.HomeLive
  Component: TodoTrekWeb.TodoListComponent
  Parameters: %{"_target" => ["todo", "title"], "todo" => %{"status" => "started", "title" => "Tes"}}
[debug] Replied in 231µs
[debug] HANDLE EVENT "validate" in TodoTrekWeb.HomeLive
  Component: TodoTrekWeb.TodoListComponent
  Parameters: %{"_target" => ["todo", "title"], "todo" => %{"status" => "started", "title" => "Test"}}
[debug] Replied in 242µs
[debug] HANDLE EVENT "new" in TodoTrekWeb.HomeLive
  Component: TodoTrekWeb.TodoListComponent
  Parameters: %{"at" => -1, "list_id" => 3, "value" => ""}
[debug] Replied in 212µs

ricpruss avatar Aug 10 '23 21:08 ricpruss