Trying to follow "Let's Make a Kanban (Like Trello) - Community Clone & Chill" but stuck

Hi everyone,

I’m following the tutorial and have managed to:

  • Create the tables in Supabase
  • Remove access restrictions
  • Build the frontend interface
  • I can see the objects in WeWeb

However, I’m stuck at the point where the tasks from the Supabase tasks table are supposed to appear on the Kanban board. Nothing shows up, and I’m not sure what’s going wrong.

Any ideas on what I might be missing or how to debug this?

Thanks in advance!

Looking at it, the issue is from the “status” key in your object. Its supposed to match what’s connected to your Kanban. like “todo”, “in progress” , instead of “Status1” that you currently have

thanks. I wrote that as it is not explained in the tutorial what it should say or how is the connection, I though the connection was made with dynamic_status number, so that I matched. but now it is working, thanks

1 Like