https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • a

    AtomsInTheVoid

    09/19/2022, 3:54 PM
    so I'm super duper confused, why and HOW is supabase expecting me to utilize Localhost when it's hosted on the cloud?!
  • a

    AtomsInTheVoid

    09/19/2022, 3:54 PM
    i'm trying to authenticate a test user and the confirm link goes to localhost which errors out of course
  • a

    AtomsInTheVoid

    09/19/2022, 3:55 PM
    i would think it would operate more like other services.. like with aws cognito, it has a specific url for authentication and database operations, my final website's url doesn't matter
  • a

    AtomsInTheVoid

    09/19/2022, 3:55 PM
    or am I KhRaZeE?
  • a

    AtomsInTheVoid

    09/19/2022, 3:55 PM
    lol
  • a

    AtomsInTheVoid

    09/19/2022, 4:24 PM
    Ok what gives.. I just need to create a testuser to play around with but it requires me to verify the email -- but that's not possible because the invite link sends me back to localhost
  • a

    AtomsInTheVoid

    09/19/2022, 4:24 PM
    why can't I just manually click verify in the dashboard
  • a

    AtomsInTheVoid

    09/19/2022, 4:25 PM
    (I think I understand the logic of what it's doing here, it expects me to grab the invite and handle it on my own endpoint -- but I don't have that setup yet)
  • a

    AtomsInTheVoid

    09/19/2022, 4:47 PM
    nevermind found it in the auth settings I can turn email verification off
  • e

    Ethanxyz

    09/19/2022, 6:32 PM
    Anyone here using Twitter Auth ?
  • v

    VI

    09/19/2022, 8:33 PM
    hey anyone knows if its possible to use pg_cron on a second interval?
    g
    • 2
    • 2
  • g

    garyaustin

    09/20/2022, 12:36 AM
    hey anyone knows if its possible to use
  • c

    chrisb2244

    09/20/2022, 10:15 AM
    Does anyone know either how stable the current RC v2 is, or when a full release might be expected? I'm currently unsure if I should be migrating my code, since it looks like it's a) quite different, and b) might behave better in some cases.
  • r

    rishav

    09/20/2022, 12:46 PM
    A quick js question. Is I want to execute a db call in a html script tag, how do I do so? if I use await before the call, I get the error that await can only be called from an async function.
    Copy code
    <article class="min-h-screen">
            <h1> HOME PAGE</h1>
        </article>
        <script>
            const { data, error } = await db.from('posts').select('*').limit(10)
            if (error) throw error
            console.log(data)
        </script>
    If I remove await, the console.log show undefined. If I add an async to the script tag like
    <script async>
    , I get the error that
    await is only valid in async functions and the top level bodies of module
    d
    • 2
    • 3
  • g

    garyaustin

    09/20/2022, 1:51 PM
    Please ask these type questions in #1006358244786196510 . You can use the .then() method for handling the promise return and follow up code.
  • h

    holup

    09/20/2022, 2:35 PM
    Hello, I understand that the Free plan uses the Free tier DB (2-core ARM with 1GB memory) but which tier of DB is used by default for the Pro plan?
  • d

    davidmaxwaterman

    09/20/2022, 4:29 PM
    A quick js question Is I want to execute
  • w

    WilfredAlmeida

    09/21/2022, 5:11 AM
    Hello, I'm part of Google Developer Student Club at my college and was wondering if Supabase could join in for Hacktoberfest. Would love to connect and discuss more on this.
    o
    s
    l
    • 4
    • 7
  • s

    silencer.xyz

    09/21/2022, 7:14 AM
    this is great. we are an opnesource tool, will you wanna check it out and see if you can contribute something? our product Github is here: https://github.com/illa-family
  • o

    Olyno

    09/21/2022, 4:41 PM
    Hacktoberfest event
  • k

    kapsonfire

    09/21/2022, 6:38 PM
    ufff very silently here :o
  • o

    Olyno

    09/21/2022, 8:31 PM
    You can come with a discussion :p
  • o

    Olyno

    09/21/2022, 8:31 PM
    What's up?
  • k

    kapsonfire

    09/21/2022, 8:35 PM
    gary already helped me in #1006358244786196510 - thinking about writing some software with bun + supabase.. but im not sure how to make the backend.. thinking about a 'chatroom' and if a message may be send... i can imagine like timeouted users or may access channel is perfect usecase for RLS.. but what about badword filters and similiar... should i do this on bun backend or create a function with the v8 extensions inside postgres or smething else...
  • k

    kapsonfire

    09/21/2022, 8:35 PM
    im not quite sure when to use my bun backend or when to create a policy in postgres.. like creating hundreds of policies are hard to manage at some time
  • o

    Olyno

    09/21/2022, 8:45 PM
    Did you already use bun before, or first time?
  • k

    kapsonfire

    09/21/2022, 8:46 PM
    i contributed code to bun as well
  • k

    kapsonfire

    09/21/2022, 8:47 PM
    its like something about, where are the limits (not exlusive technical) of managing policies and what should have been better done on the server backend
  • k

    kapsonfire

    09/21/2022, 8:47 PM
    its still kinda abstract for me how to use supabase very effective
  • o

    Olyno

    09/21/2022, 8:48 PM
    A chatroom app sounds cool honestly!
1...260261262...392Latest