svelte-kanban
svelte-kanban copied to clipboard
demo will not allow the user to open a board
Bug report
Describe the bug
demo will not allow the user to open a board
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- open the demo & login
- select "create a board"
- Your new board opens with no data
Expected behavior
the board should open and allow me to add lists
Screenshots
https://cdn.neu.lol/files/1057c6a3f959710d0ee7421a2e4995d4de290e801a8c4cef0490fcf02fcc8bc4.png
System information
non applicable
Additional context
query string:
select=id%2Ctitle%2Clists%28id%2Ctitle%2Cposition%2Ccards%28id%2Cdescription%2Cposition%29%29&id=eq.3968&order=position.asc.nullslast&%22lists%22.order=position.asc.nullslast&%22lists.cards%22.order=position.asc.nullslast
full response
{"message":"Cannot apply filter because 'lists.cards' is not an embedded resource in this request","hint":"Verify that 'lists.cards' is included in the 'select' query parameter."}