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

    dennis

    08/26/2021, 3:05 PM
    does anybody have an idea? 🥺
  • s

    silentworks

    08/26/2021, 3:12 PM
    I was just looking at this on the discussions.
  • s

    s u s h i

    08/26/2021, 4:53 PM
    I can't seem to delete a user, :/ the only foreign key it had was to the profiles table, but when I deleted everything in profiles, it still couldn't delete users. Is there a way for me to forcefully delete it?
  • s

    silentworks

    08/26/2021, 5:10 PM
    There is a constraint on the
    objects
    table it seems
  • j

    jon.m

    08/26/2021, 7:02 PM
    @User you probably have uploaded a file to storage under a user
  • j

    jon.m

    08/26/2021, 7:03 PM
    This is a bug type thing that i ran into and others have as well.
  • j

    jon.m

    08/26/2021, 7:03 PM
    The solution is to add an on delete set null to the objects table.
  • u

    user

    08/26/2021, 7:16 PM
    how do I use both phone and email verification with supabase auth?
  • s

    sawyer

    08/26/2021, 8:10 PM
    🚨🚨🚨 I need to upgrade my account 🚨🚨🚨
  • s

    sawyer

    08/26/2021, 8:11 PM
    BIG data coming through. watch out. someone plz take my money
  • s

    Scott P

    08/26/2021, 8:30 PM
    Pro plan: Done through the dashboard PAYG plan: There's a 'contact us' link on the pricing page (https://supabase.io/pricing)
  • m

    Marky

    08/26/2021, 8:47 PM
    Is publication enabled on all tables when doing supabase init to create a local version? I am using my create script I've been using on supabase.io and getting this error
    publication "supabase_realtime" is defined as FOR ALL TABLES
  • m

    Marky

    08/26/2021, 8:47 PM
    Should i turn it off here to get the same behavior of supabase.io?
  • m

    Marky

    08/26/2021, 9:09 PM
    I can't seem to find the command to set it to specific tables prior to making tables.
  • s

    Scott P

    08/26/2021, 9:17 PM
    Copy code
    sql
    create publication publication_name 
    for table table_one, table_two;
    You can't create a publication on a table which doesn't exist
  • m

    Marky

    08/26/2021, 9:18 PM
    Right, I just wanted to turn off FOR ALL TABLES so I can just then run my create script.
  • m

    Marky

    08/26/2021, 9:18 PM
    Looks like only way I can find is create tables, then set it to the specific tables
  • s

    Scott P

    08/26/2021, 9:18 PM
    drop publication if exists supabase_realtime;
  • m

    Marky

    08/26/2021, 9:19 PM
    then just recreate it at the end of the tables?
  • s

    Scott P

    08/26/2021, 9:19 PM
    Yep. Open the query with
    begin;
    and close with
    commit;
    (i.e. a single transaction) to ensure that the drop only happens if the create succeeds
  • b

    Browny

    08/26/2021, 9:57 PM
    Hi everyone. This could be a reach but I'm looking for someone who can help setup and build the back-end for my Nuxt application using Supabase auth and storage. Paid opportunity for a senior full stack developer with experience in Vue/Nuxt.js, Node.js and Supabase. Please DM me if you're interested.
  • c

    CP9

    08/26/2021, 11:57 PM
    Looks like I have a backup in progress that appears to be "stuck", it also happens to be the one I want to restore from 😢 . Any ideas as to what could be going on?
  • s

    silentworks

    08/27/2021, 12:12 AM
    I have no clue why this is but use the feedback widget in the dashboard to ask the Supabase team about this or email beta@supabase.io
  • s

    s u s h i

    08/27/2021, 1:57 AM
    imma check in on this
  • s

    s u s h i

    08/27/2021, 2:09 AM
    thats the problem or bug? i dont have any table named objects
  • s

    s u s h i

    08/27/2021, 2:13 AM
    ops nevermind, it just deleted right now. O.o I deleted all the avatars from the buckets, I guess that made it go?
  • s

    silentworks

    08/27/2021, 2:14 AM
    The table its referring to is in the
    storage
    schema, its
    storage.objects
  • s

    s u s h i

    08/27/2021, 2:16 AM
    woah okay so its on another schema, thanks! it cleared up all of my confusions
  • j

    jon.m

    08/27/2021, 3:44 AM
    containedBy now doesn't work
  • j

    jon.m

    08/27/2021, 3:44 AM
    I have no idea what could have changed.
1...646566...316Latest