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

    Olyno

    11/28/2022, 5:43 PM
    Please ask in #1006358244786196510
  • d

    DYELbrah

    11/28/2022, 7:25 PM
    Hey guys, dumb question anyone know where to look regarding how to use the SSL certificate that's provided in settings > database
  • a

    AluminiumCaffeine

    11/28/2022, 11:49 PM
    This is a pretty dumb question, but when I make a request with a equals/filter clause does the 1000 line response mean its 1000 filtered or up to 1000 of the whole db that matches the filter?
  • g

    garyaustin

    11/29/2022, 12:43 AM
    Please ask these kind of questions in #1006358244786196510... It is the filtered result that then gets cut to 1000 rows to send back.
  • a

    AluminiumCaffeine

    11/29/2022, 1:16 AM
    @garyaustin thanks, sorry will use help from now on.
  • i

    izurugi

    11/29/2022, 6:16 AM
    how do i list users uuid in query?
  • d

    Daniels

    11/29/2022, 6:26 AM
    Hello guys, I'm relatively new to supabase, how do you suggest I create/update a user "username" on sign up (email/password) without prompting another form after registration.
  • d

    Daniels

    11/29/2022, 6:27 AM
    Reactjs please
  • s

    stinkfire

    11/29/2022, 7:09 AM
    Sorry, random question. If i self host can i still use the edge functions? It just runs on my infastructure instead of the cloud?
  • l

    loliboli

    11/29/2022, 8:28 AM
    Not sure what's the right channel for this, but I'm currently getting 500 errors from the server when trying to send magic links or password recovery emails from the supabase dashboard. Any ideas what's up?
  • s

    shafu

    11/29/2022, 10:03 AM
    Hi all, is there any way to do web hosting in supabase, by leveraging deno deploy based functions ?
  • s

    silentworks

    11/29/2022, 10:31 AM
    The correct channel for all these questions is #1006358244786196510
  • m

    madjar

    11/29/2022, 12:52 PM
    hey guys, another quick question, if i deploy supabase to ubuntu server on digital ocean, can i restrict the dashboard manager with some sort of username+password?
  • a

    Aadarsh805

    11/29/2022, 1:38 PM
    can someone help me, I'm very new to open source I did all the setup now that i open the server on localhost and want to get in, i just redirects me back to the official website when i login, i wanna stay in localhost to make changes, how do i do that, bypass the login or what I don't understand
  • g

    garyaustin

    11/29/2022, 2:19 PM
    It was just posted 2 posts up this is not the channel for help. Use #1006358244786196510 please.
  • a

    Aguilaair

    11/29/2022, 6:21 PM
    Is anyone else getting timeouts from their functions?
  • a

    abaum

    11/29/2022, 6:55 PM
    might be a coincidence but yes – I have been getting new errors
    canceling statement due to statement timeout
    on a function that when I run EXPLAIN ANALYZE should take <4s to complete. was just about to ask for debugging suggestions in the help channel.
  • q

    quick_piper15

    11/29/2022, 7:24 PM
    Hello, I'm using the auth helper for remix. I see that it adds the session cookie after login to the set-cookie response header, but without the httponly flag. I'd like to add that, for security reasons (I'm accessing the cookie only from the server). when adding it manually to the set-cookie's value string, it still sets as a regular cookie
    Copy code
    ts
    export const action: ActionFunction = async ({ request, context }) => {
      const formData = await request.formData();
      const loginEmail = formData.get('email');
      const loginPassword = formData.get('password');
    
      const response = new Response();
      const supabaseClient = createServerClient(
        context.SUPABASE_URL as string,
        context.SUPABASE_ANON_KEY as string,
        { request, response }
      );
    
      const { data, error } = await supabaseClient.auth.signInWithPassword({
        email: String(loginEmail),
        password: String(loginPassword),
      });
    
      const cookieHeader = response.headers.get('set-cookie')!;
      response.headers.set('set-cookie', cookieHeader + '; Secure; HttpOnly');
      console.log(response.headers.get('set-cookie')!);
    
      return json(
        { data, error },
        {
          headers: response.headers,
        }
      );
    };
    s
    • 2
    • 1
  • w

    websashka

    11/29/2022, 9:25 PM
    Hello, guys! Who can help lunch supabase studio for contributing?
  • s

    silentworks

    11/30/2022, 12:22 AM
    Hello I m using the auth helper for
  • z

    ZaDeR47

    11/30/2022, 2:29 AM
    yoyo - going live - looking like we'll be doing Angular rewrite of https://supaship.io/:

    https://www.youtube.com/watch?v=rHxZc4ja1h0▾

  • n

    NanoBit

    11/30/2022, 5:23 AM
    Prisma just released multi schema support for postgres for Preview. https://github.com/prisma/prisma/releases/tag/4.7.0 Perhaps Prisma+Supabase can be a more friendly and viable option soon.
  • s

    Shichiha

    11/30/2022, 7:01 AM
    yo guys
  • s

    Shichiha

    11/30/2022, 7:02 AM
    i feel liek this question isnt big enough to make a #1006358244786196510 thread about but
  • s

    Shichiha

    11/30/2022, 7:02 AM
    its fine if i add API Key (read-only key) to github right?
    s
    • 2
    • 1
  • s

    silentworks

    11/30/2022, 11:14 AM
    its fine if i add API Key read only key
  • s

    Sebboseb

    11/30/2022, 11:27 AM
    Hello, what does memory usage indicate in the reports tab? Didn't find anything in the docs
  • j

    Jonte

    11/30/2022, 5:29 PM
    Hey, I don't see a "new project" button on my selfhosted instance, only the "Default project"
  • o

    Olyno

    11/30/2022, 11:20 PM
    Hey everyone would people be interested in a game night on the server? It could be a Gartic phone, a Poker night...
  • s

    srb

    12/01/2022, 4:21 AM
    hey i was wondering if anyone is successfully self-hosting supabase on a fly.io stack? I found this old reddit comment --- https://www.reddit.com/r/Supabase/comments/s9rdfd/comment/htpt56d/?utm_source=reddit&utm_medium=web2x&context=3 --- where kiwicopple mentioned fly.io team was working on trying this
1...300301302...392Latest