Skip to content
New issue

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

Live demo is not working #7

Open
csaron92 opened this issue Apr 1, 2024 · 1 comment
Open

Live demo is not working #7

csaron92 opened this issue Apr 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@csaron92
Copy link

csaron92 commented Apr 1, 2024

Bug report

Describe the bug

The live demo let me log in, but after adding the board, I got a blank screen. In the URL I can see the board ID, but not any content. Going back to the main URL (and after a refresh) I see the "Untitled board" and I can add another one (same result).

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Go to Live demo link
  2. Log in with magic link
  3. Add a new board
  4. See error

System information

  • macOS
  • Chrome
@csaron92 csaron92 added the bug Something isn't working label Apr 1, 2024
@janto
Copy link

janto commented May 13, 2024

A request for
https://SOME_ID.supabase.co/rest/v1/boards?select=id%2Ctitle%2Clists%28id%2Ctitle%2Cposition%2Ccards%28id%2Cdescription%2Cposition%29%29&id=eq.BOARD_ID&order=position.asc.nullslast&%22lists%22.order=position.asc.nullslast&%22lists.cards%22.order=position.asc.nullslast
responds with status 400

{
    "code": "PGRST108",
    "details": null,
    "hint": "Verify that 'lists.cards' is included in the 'select' query parameter.",
    "message": "'lists.cards' is not an embedded resource in this request"
}

Console:

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'lists')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants