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

    silentworks

    12/15/2021, 9:49 AM
    Adding info into metadata
  • b

    bogdanchayka

    12/15/2021, 12:23 PM
    Hey, our supabase project just disappeared, what can I do?
    s
    • 2
    • 3
  • s

    silentworks

    12/15/2021, 12:39 PM
    Supabase project disappeared
  • n

    ngoctranfire

    12/15/2021, 12:41 PM
    Wanted to ask for this again for the support. For the Cloud Hosted (not self-hosted), is GraphQL Supported? I don't think it is supported out of the box, but I wanted to make sure
  • r

    Rhogaar

    12/15/2021, 1:02 PM
    Hello everyone! I have an issue with google auth and redirectTo on localhost. Do someone already managed to have this type of configuration works? In the supabase dashboard I have localhost in the Additional Redirect URLs, but if I try to login with my google account on my dev environment, it still send me to my main url...
    s
    • 2
    • 2
  • m

    Mike92988

    12/15/2021, 2:37 PM
    really random question here guys, do you have any idea how I would implement an auto-incrementing field for each new user that's 5 digits long? for instance row 1 would have the field as 00001, next would be 00002, and so forth. any help is appreciated
    s
    • 2
    • 2
  • a

    Anorok

    12/15/2021, 2:44 PM
    Literally hopped into Discord to ask the same question. 🙂 I'd prefer to send a client directly to the profile page. I have a redirect in place if a user is logged in, but I'd imagine they could be sent directly to the profile as opposed to having to redirect if logged in.
  • s

    silentworks

    12/15/2021, 2:47 PM
    Redirect to with google auth
  • l

    Lavka

    12/15/2021, 2:53 PM
    Do I understand correctly that the Postgres views are the answer to CLS (column level security)? That implies that I need to create a lot of views for every table if I need to restrict read access to columns in the row based on the role (user itself, team administrator, global administrator, anonymous...)
    s
    s
    • 3
    • 4
  • u

    user

    12/15/2021, 2:55 PM
    the page is not loading please help!
  • m

    Molimat

    12/15/2021, 3:39 PM
    I think there something goin on with a lot of services.
  • m

    Molimat

    12/15/2021, 3:39 PM
    Maybe AWS issue
  • s

    silentworks

    12/15/2021, 4:01 PM
    Postgres views
  • s

    silentworks

    12/15/2021, 4:02 PM
    Autoincrement column
  • c

    CheesyNeesh

    12/15/2021, 4:32 PM
    i'm using supabase in a next js site, and i'm trying to use the forgot password option but since it passes back the information in a hash fragment, it's not easy for me to get the data contained in it because hash variables aren't passed to the server
  • e

    egnus

    12/15/2021, 5:12 PM
    On the day of today, it is possible to create somehow a Function hook when a storage element has been added? I dont see this in the Dashboard, only triggers when the database is updated. I need to do an Http call with at least the path of that file.
    l
    • 2
    • 4
  • l

    Lavka

    12/15/2021, 6:42 PM
    Storage object trigger
  • s

    Sajakhta

    12/15/2021, 6:46 PM
    hi folks, curious to know if this guide applies to sveltekit as well as svelte? https://supabase.com/docs/guides/with-svelte I did find this via svelte-add: https://github.com/supabase-community/svelte-supabase
    npx apply supabase-community/svelte-supabase
    But this gives the following error
    usage: apply [-a magic] [-d] [-0123456789] command arguments ...
  • s

    Sophic

    12/15/2021, 7:55 PM
    For supabase auth settings I set my jwt expiration to
    604800
    on supabase auth settings. However, the session I am getting back still has an
    expires_at
    and
    expires_in
    as if it were
    3600
    I may just be missing something. I was however using those values to determine when to call
    refreshSession
  • b

    Bonathan

    12/15/2021, 8:47 PM
    hey, did anyone try to integrate supabase into a node.js or deno server? I am interested in experimenting with that... is it even a good idea, do people use it that way too? (beginner alarm 🙂 )
  • b

    Bryan K.

    12/15/2021, 9:19 PM
    Is there a way to save/manage the DB schema with a file in a project repo?
  • a

    Agb

    12/16/2021, 2:37 AM
    Hey, can someone explain me, please, more on how
    onAuthStateChange
    works, I'm having trouble because it doesn't execute once I authenticate (sign up) some user. Fixed issue, if anyone is havin session problems with React, let me know I can give you a hand.
  • m

    Mihai

    12/16/2021, 6:44 AM
    There are two events that are important ('SIGNED_IN') - it quickly fires after you login, shortly after page load once the session has been loaded from the server - and 'SIGNED_OUT') - when the user logs out after the supabase.auth.signOut().
  • m

    Muphet

    12/16/2021, 1:30 PM
    umm.. something broke when trying to "preview" relational data
    Copy code
    Application error: a client-side exception has occurred (see the browser console for more information).
  • y

    ymahmo

    12/16/2021, 3:22 PM
    Hey, does anyone know if I can filter on a full text search? Using the JS syntax. Trying to only search items that have been "approved" but im getting all that are "pending" as well. I can filter on the FE but that doesn't seem ideal, and last resort would be to restructure the way im storing these items.
    p
    • 2
    • 2
  • t

    thecoderatekid

    12/16/2021, 4:31 PM
    Hey really important, is supabase using log4j anywhere?
  • s

    Scott P

    12/16/2021, 4:34 PM
    According to their repo listing, none of their codebase use java so it seems unlikely log4j is being used
  • t

    thecoderatekid

    12/16/2021, 4:39 PM
    thought so too just wanted to check in case i missed anything
  • f

    FelixTran

    12/16/2021, 6:07 PM
    Keep getting the {message:
    Database error saving new user
    , status:
    500
    }. (From trigger function when user signing up) I'm having trouble saving a boolean field into
    users
    table. If it was only two columns
    full_name
    ,
    address
    it works, and the error just disappeared. Any ideas how to fix this ?
    j
    • 2
    • 1
  • c

    cookie mob

    12/16/2021, 8:12 PM
    anyone tried uploading image to supabase using react native? I have quite abit of problems with it as it only uploads the image path rather than image (I'm uploading them to supabase buckets)
1...160161162...316Latest