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

    VuNguyen

    10/29/2021, 1:40 AM
    this didnt works however, am i doing it wrong?
  • v

    Village

    10/29/2021, 1:41 AM
    WOOOO
  • v

    Village

    10/29/2021, 1:42 AM
    How can I configure the max rows PostgREST will return in a self-hosted instance? Is
    PGRST_MAX_ROWS
    in the environment section of docker-compose.yml correct?
  • v

    Village

    10/29/2021, 1:44 AM
    CORRECT!
  • v

    VuNguyen

    10/29/2021, 1:45 AM
    oh nevermind, this worked
  • v

    Village

    10/29/2021, 1:47 AM
    Now to figure out how to fix it exceeding max_stack_depth with my policies
  • v

    Village

    10/29/2021, 1:47 AM
    I did something wrong
  • s

    silentworks

    10/29/2021, 7:04 AM
    Restoring a project
  • s

    silentworks

    10/29/2021, 7:05 AM
    Generate Link function
  • s

    silentworks

    10/29/2021, 7:07 AM
    Data disappearing from the Supabase dashboard table view
  • b

    baptisteArno

    10/29/2021, 1:35 PM
    How can I transfer a project from an org to another with the Supabase dashboard?
  • h

    HarryET

    10/29/2021, 1:43 PM
    I'm not sure you can! I think you would have to reach out to support - support@supabase.io
  • b

    baptisteArno

    10/29/2021, 2:10 PM
    Ok thanks, will do
  • b

    baptisteArno

    10/29/2021, 2:12 PM
    I have another question: I'm listening to real-time changes from the database. But it doesn't work well on mobile if the user leaves the browser and come back later, it won't update to the latest version
  • b

    baptisteArno

    10/29/2021, 2:12 PM
    Is there anything to know about how to improve the experience here?
  • d

    dreinon

    10/29/2021, 5:58 PM
    Hey! Has anyone got a signedUrl error when creating a signedUrl? It's from a bucket which policy is to authenticate anon key users
  • w

    wachira

    10/29/2021, 11:06 PM
    I am trying to insert to my supabase database table but am getting a 400 bad request response with
    {}
    as the body response
  • s

    silentworks

    10/29/2021, 11:26 PM
    As @User stated in the main thread, its due to the RLS policy not being set on select
    w
    • 2
    • 14
  • g

    garyaustin

    10/29/2021, 11:21 PM
    I know 404 is common with RLS issues (insert needs both insert and select RLS by default), not sure about 400. Logged in user? Trigger functions on the table failing.... Sorry.
  • w

    wachira

    10/29/2021, 11:25 PM
    @User should a policy be defined so that I can insert using supabase client in Nextjs
  • s

    silentworks

    10/29/2021, 11:25 PM
    Insert returning 400 bad request
  • v

    VuNguyen

    10/30/2021, 12:32 PM
    Sorry but is the max limit 1000? I tried to query all rows but it only return 1k
    h
    z
    • 3
    • 17
  • h

    HarryET

    10/30/2021, 12:32 PM
    Do you have more than 1k rows?
  • v

    VuNguyen

    10/30/2021, 12:33 PM
    yes
  • h

    HarryET

    10/30/2021, 12:33 PM
    can you see them all in another client?
  • v

    VuNguyen

    10/30/2021, 12:33 PM
    i can see in the UI
  • h

    HarryET

    10/30/2021, 12:33 PM
    also you would want to paginate that!
  • v

    VuNguyen

    10/30/2021, 12:33 PM
    uh using range?
  • h

    HarryET

    10/30/2021, 12:33 PM
    yeah
  • v

    VuNguyen

    10/30/2021, 12:33 PM
    i want to query all rows in 1 query
1...121122123...316Latest