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

    Julián

    09/03/2021, 8:53 PM
    Hi folks, in this new guide --> https://supabase.io/docs/guides/database/full-text-search I think the await is needed for the JavaScript examples or what do you think?
  • s

    Steve

    09/04/2021, 12:08 AM
    rename attributes
  • m

    Marky

    09/04/2021, 12:19 AM
    Are there issues going on right now, I can't run anything directly against our db
  • m

    Marky

    09/04/2021, 12:19 AM
    just times out
  • m

    Marky

    09/04/2021, 12:22 AM
    I had to reboot the server
  • m

    Marky

    09/04/2021, 12:22 AM
    but no idea why and what was going wrong
  • e

    Evаn

    09/04/2021, 6:44 AM
    is it possible to disable email confirmation on the local supabase-auth instance?
  • l

    LuddensEkko

    09/04/2021, 12:29 PM
    normaly u would do that in the config settings
  • l

    LuddensEkko

    09/04/2021, 12:30 PM
    Hi there, is there way to make the email confirmation valid for a certain period of time? (a way to set an expiration date to the generated token maybe?)
  • j

    jstansbe

    09/04/2021, 2:19 PM
    For the supabase.com site, i want to reset a password (the password that would appear in the supbase db connection string). I didn't locate the page/area to carry out this task. Anyone done this before?
  • s

    silentworks

    09/04/2021, 2:20 PM
    You mean the database password?
  • j

    jstansbe

    09/04/2021, 2:21 PM
    @User yeah
    postgresql://[username]:[pass]@db.blahblahbla.supabase:[port]
  • s

    silentworks

    09/04/2021, 2:21 PM
    Just to to the SQL Editor and run
    Copy code
    sql
    alter user postgres with password 'new_password';
    replace
    new_password
    with the one you want it to be
  • j

    jstansbe

    09/04/2021, 2:22 PM
    Trying now...
  • j

    jstansbe

    09/04/2021, 2:24 PM
    EZ 😎
  • j

    jstansbe

    09/04/2021, 2:24 PM
    Thanks @User! That did the trick
  • j

    jstansbe

    09/04/2021, 2:25 PM
    Would be handy to have that as a UI feature in the settings for the project somewhere. But that was really easy
  • m

    mendesrenan5

    09/04/2021, 5:17 PM
    Hello guys Started with supabase 2 days ago I'm enjoying it but just found a problem. Can you help me please 😁
  • m

    mendesrenan5

    09/04/2021, 5:18 PM
    I'm trying to create a table This table's key should be a unique combination of 3 values Both are foreign keys of another table
  • m

    mendesrenan5

    09/04/2021, 5:19 PM
    - I'm localizing a contents table. Something like this: content_id | lang_code | country_code | content_name The content id, lang code and country code should be unique COMBINED but can exist separated in this table. But whenever I want to add another entry for the same ID, it gives me an error.
  • m

    mendesrenan5

    09/04/2021, 5:22 PM
    I don't know exactly what's wrong.
  • m

    mendesrenan5

    09/04/2021, 5:24 PM
    Entries I was expecting to be accepted: ( "my-id-1", "en", "US", "Name in English" ) ( "my-id-1", "pt", "BR", "Name in Portuguese" ) The second one throws this error
  • j

    jstansbe

    09/04/2021, 8:25 PM
    I'm trying to connect hasura to my supabase postgres instance... I've initialed hasura cloud, added the connection string, and can see my tables and table data. But i get an error when trying to alter a table, "must be owner of table [table-name]". I connected with username: postgres, which I thought meant a super-super user. Any guidance on how to set this up right? Looking at what supabase sets up automatically, postgres has create db privileges but isnt a super user. supabase_admin can create db and is called a super user
  • u

    user

    09/04/2021, 8:32 PM
    Hey guys, Just joined discord, have a question. I am trying to create a project and it takes forever to load. it has been more than 30 mins. it is stuck on "setting on DB" "this may take a few minutes" but its been too long imo. any idea why? Thanks in advance
  • j

    jstansbe

    09/04/2021, 8:49 PM
    It's been a while since i setup my supabase project instance but i don't recall it being more than 20-30 seconds.
  • j

    jstansbe

    09/04/2021, 8:50 PM
    @Usertried a full page refresh? Logout and then back in?
  • j

    jstansbe

    09/04/2021, 8:50 PM
    maybe check your debugo console/network tab beforehand for any errors
  • u

    user

    09/04/2021, 8:54 PM
    yeah definitely something is wrong
  • u

    user

    09/04/2021, 8:54 PM
    its been an hour lol
  • t

    Tan

    09/04/2021, 8:54 PM
    is supabase down or something?
1...737475...316Latest