Skip to content

demo will not allow the user to open a board #4

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

Open
neu-ma-tic opened this issue Sep 24, 2022 · 7 comments
Open

demo will not allow the user to open a board #4

neu-ma-tic opened this issue Sep 24, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@neu-ma-tic
Copy link

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:

  1. open the demo & login
  2. select "create a board"
  3. 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."}
@neu-ma-tic neu-ma-tic added the bug Something isn't working label Sep 24, 2022
@avelican
Copy link

I was opening a new issue when I realized it was a duplicate of this one.
Posting the details here in case it helps.


Bug report

Description: app breaks when opening newly created board

Failed to load resource: the server responded with a status of 400 ()
Board.js:173 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'lists')
    at Array.Tt (Board.js:173:36)
    at Object.p (Board.js:518:73)
    at ct (index-0e089fc9.js:411:36)
    at it (index-0e089fc9.js:379:13)

To Reproduce

  1. Go to https://supabase-kanban.vercel.app/
  2. Enter your email
  3. Click the confirmation link
    App loads fine, no errors yet.
  4. Click "add a board"
    New board is created (appears on the main app page later).
    However I see a blank blue page, no text or interactive content anywhere.
    The error mentioned above appears in the console.

Screenshots

How the app looks after clicking add new board: https://files.catbox.moe/91pmai.jpg

System information

  • OS: Windows 10 22H2 19045.2251
  • Browser: Brave Browser 1.45.133 (Chromium 107.0.5304.141)
    (Same behavior observed in Firefox 107.0)

@elimisteve
Copy link

I am experiencing a similar issue, but a different error appears to be causing it:

Uncaught (in promise) TypeError: t[1] is null                                                  Board.js:173:28
    Tt Board.js:173
    p Board.js:518
    ct index-0e089fc9.js:411
    it index-0e089fc9.js:379

@silentworks
Copy link
Contributor

silentworks commented Dec 30, 2022

Sorry haven't updated this repository in a while, I'll do an update in the coming days and see if I can replicate the issue and fix it.

@silentworks
Copy link
Contributor

I have fixed this issue if you run the project locally. I can't update the vercel link as the project was contributed by a community member who has moved on to working on other projects.

@sswam
Copy link

sswam commented Feb 16, 2023

Thanks for fixing the issue, it would be good to update the README to mention that the demo is broken, or else remove the demo. Or, I might be able to provide another demo app link in a little while.

@hearsid
Copy link

hearsid commented Jan 18, 2024

#6
Request admin to merge this PR,
@silentworks @joshnuss

@joshnuss
Copy link
Contributor

Happy to transfer ownership of hosting to @silentworks. It's hosted on vercel.

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

7 participants