https://supabase.com/ logo
Join Discord
Powered by
# help
  • v

    VuNguyen

    10/25/2021, 10:35 AM
    everything easily done
  • h

    HarryET

    10/25/2021, 10:35 AM
    yup
  • v

    VuNguyen

    10/25/2021, 10:35 AM
    i even havent used a relational db before
  • v

    VuNguyen

    10/25/2021, 10:35 AM
    the UI so nice
  • h

    HarryET

    10/25/2021, 10:36 AM
    Only issue is most of the team & mods are either US or Asia so the Europe timezones are kinda stuck 🤣
  • v

    VuNguyen

    10/25/2021, 10:36 AM
    well im in asia so thats okay to me
  • h

    HarryET

    10/25/2021, 10:36 AM
    haha, also would be cool if people were more active
  • v

    VuNguyen

    10/25/2021, 10:37 AM
    oh yea, i asked once here and no one really helped me
  • v

    VuNguyen

    10/25/2021, 10:37 AM
    had to figure it out
  • h

    HarryET

    10/25/2021, 10:37 AM
    like ive been trying to help recently as it bugs me when people don't answer my questions
  • h

    HarryET

    10/25/2021, 10:37 AM
    yeah like my SQL bug i sent a while ago - 1hr
  • v

    VuNguyen

    10/25/2021, 10:37 AM
    yea i was like
  • v

    VuNguyen

    10/25/2021, 10:37 AM
    wait ure contributor
  • h

    HarryET

    10/25/2021, 10:37 AM
    sould probably move to #839993398554656831 too btw
  • v

    VuNguyen

    10/25/2021, 10:37 AM
    ok
  • y

    YANN

    10/25/2021, 12:49 PM
    Just if anybody search for the solution to this problem, i had to rebuild the node napi with a file added to the gyp bindings file exposing a node_register method, you can do it either in C or C++ it doesnt matter. Then you replace the node.napi.node in the supabase-js dependencies packages (utf-8-validate and bufferutil)
  • y

    YANN

    10/25/2021, 12:50 PM
    But i doubt someone will encounter this issue, since it's caused by a custom nodeJS env i'm working on
  • s

    silentworks

    10/25/2021, 1:17 PM
    @User and @User please create a thread the next time as its easier to keep track of conversations that way and easier for others to help
  • h

    HarryET

    10/25/2021, 1:18 PM
    Alright, I did make a thread for help with mine but it never works as well and seams to be forgoten 😦
    s
    • 2
    • 15
  • l

    lesssummer

    10/25/2021, 2:18 PM
    still get error https://github.com/harshcut/supabase-next-ts with error
    Copy code
    {
      "code": 500,
      "msg": "Error confirming user",
      "error_id": "1895d7fe-b0e5-4949-98d2-b2f"
    }
    s
    h
    • 3
    • 21
  • l

    lesssummer

    10/25/2021, 2:19 PM
    in saturday, all apps get normal
  • h

    HarryET

    10/25/2021, 2:20 PM
    what?
  • h

    HarryET

    10/25/2021, 2:21 PM
    Move to the thread please. Also not very helpful, read the thread
  • h

    HarryET

    10/25/2021, 3:04 PM
    Anyone had a chance to read #902127250487541771?
  • v

    VuNguyen

    10/25/2021, 3:05 PM
    ye threads not really working
    s
    z
    • 3
    • 10
  • s

    silentworks

    10/25/2021, 3:25 PM
    Threads are definitely working
  • s

    swiss

    10/25/2021, 8:29 PM
    I have a database design question. I have a table for "actions" (tasks) and a table for "logs", which is intervals of work done on an "action". The models pseudocoded look like this:
    Copy code
    Action {
      id: string
      name: string
      status: string
    }
    Log {
      startTime: date
      stopTime: date
      action: ActionId (relation to Action)
    }
    I want a user to see a list of tasks and, separately, an activity log. Unfortunately, I'm restricted from deleting actions (I get a
    violates foreign key constraint
    error) until I've deleted all logs that have a foreign key of that actions ID, which I don't want to do because just because a user deletes an action doesn't mean I want it to disappear from the activity log. What are some approaches/solution to this problem? Appreciate any help 🙂
    g
    s
    • 3
    • 4
  • g

    garyaustin

    10/25/2021, 9:00 PM
    Foreign key action and log id
  • s

    swiss

    10/25/2021, 11:41 PM
    On a separate note, how do you filter by a date range in supabase?
  • f

    ferminrp

    10/25/2021, 11:43 PM
    hey everyone!
1...117118119...316Latest