https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • how knew that getting binary image data from an api and displaying it is that complicated? <@1045404903117426738> cool! all the heaving lifting i do is spoon from plate to mouth and back again.
    r

    Razoth

    03/29/2023, 3:50 PM
    how knew that getting binary image data from an api and displaying it is that complicated? @SCOOPS cool! all the heaving lifting i do is spoon from plate to mouth and back again.
  • Anyone else having problems with the Supabase UI right now?
    j

    JuzTim

    03/29/2023, 7:53 PM
    Anyone else having problems with the Supabase UI right now?
  • Everything takes forever to load and I can't modify my database tables
    j

    JuzTim

    03/29/2023, 7:53 PM
    Everything takes forever to load and I can't modify my database tables
  • j

    JuzTim

    03/29/2023, 7:53 PM

    https://cdn.discordapp.com/attachments/839993398554656831/1090725468061302895/image.png▾

  • worked now after 8 retries
    j

    JuzTim

    03/29/2023, 7:54 PM
    worked now after 8 retries
  • UI still slow tho
    j

    JuzTim

    03/29/2023, 7:54 PM
    UI still slow tho
  • Anyone here ? I have an issue with inserting users in my table, if anyone has an idea.
    j

    Johnny Robert

    03/30/2023, 11:15 AM
    Anyone here ? I have an issue with inserting users in my table, if anyone has an idea.
  • j

    Johnny Robert

    03/30/2023, 11:16 AM

    https://cdn.discordapp.com/attachments/839993398554656831/1090957612243222528/Screenshot_at_Mar_30_12-05-46.png▾

  • Where can I check what version of deno the current supabase version use?
    v

    viktor

    03/30/2023, 6:27 PM
    Where can I check what version of deno the current supabase version use?
  • Edge functions
    v

    viktor

    03/30/2023, 6:27 PM
    Edge functions
  • I see we use typescript-deno-plugin: 1.31.0, but not sure if it's a one to one relationship
    v

    viktor

    03/30/2023, 6:30 PM
    I see we use typescript-deno-plugin: 1.31.0, but not sure if it's a one to one relationship
  • Guess I can simply create an edge function that return this https://examples.deno.land/deno-version
    v

    viktor

    03/30/2023, 6:42 PM
    Guess I can simply create an edge function that return this https://examples.deno.land/deno-version
  • Hmm Deno.version is undefined
    v

    viktor

    03/30/2023, 6:56 PM
    Hmm Deno.version is undefined
  • T
    v

    viktor

    03/30/2023, 6:57 PM
    T
  • Is this what determines the deno version? https://github.com/supabase/functions-relay/blob/main/Dockerfile
    v

    viktor

    03/30/2023, 7:02 PM
    Is this what determines the deno version? https://github.com/supabase/functions-relay/blob/main/Dockerfile
  • <:supabase:867529336197480468> if I logged into Supabase using GitHub, what do I use for the “password” part to my db? I have a react Vite project using Prisma
    j

    justcode123

    03/30/2023, 7:32 PM
    if I logged into Supabase using GitHub, what do I use for the “password” part to my db? I have a react Vite project using Prisma
  • why is the presence sync so unreliable? i keep getting either `TIMED_OUT` or `DISCONNECTED`
    h

    hxtnv.

    03/30/2023, 8:22 PM
    why is the presence sync so unreliable? i keep getting either
    TIMED_OUT
    or
    DISCONNECTED
  • supabase status says everything is good
    h

    hxtnv.

    03/30/2023, 8:23 PM
    supabase status says everything is good
  • so Supabase works great, does anyone know of a quick and easy reliable S3 local solution to use with say a Wifi 6E and 15560Mbps? I want it to produce addressable links.
    a

    AntDX316

    03/31/2023, 7:40 AM
    so Supabase works great, does anyone know of a quick and easy reliable S3 local solution to use with say a Wifi 6E and 15560Mbps? I want it to produce addressable links.
  • You could run minIO inside of an docker Container
    r

    Razoth

    03/31/2023, 9:33 AM
    You could run minIO inside of an docker Container
  • Hm, have any of you dear people of the internetz had verified their app by Google (to use OAuth) and was able to use a custom design for the button? I had a message from the verification process that says I should use their version but I swear that I saw many other custom designed ones. I would believe what the message said except I had plenty others on the verification process and usually I just had to reply "You are wrong, that is not the case" and the process would go forward. This time I don't know what to do really. I understand the idea of having the button the same on every page but at the same time I don't want that blue thingy on my design. 😉 Any experience of getting around this? Maybe placing the blue button somewhere at the bottom and using the custom one on top would do the trick?
    z

    zetiks

    03/31/2023, 3:23 PM
    Hm, have any of you dear people of the internetz had verified their app by Google (to use OAuth) and was able to use a custom design for the button? I had a message from the verification process that says I should use their version but I swear that I saw many other custom designed ones. I would believe what the message said except I had plenty others on the verification process and usually I just had to reply "You are wrong, that is not the case" and the process would go forward. This time I don't know what to do really. I understand the idea of having the button the same on every page but at the same time I don't want that blue thingy on my design. 😉 Any experience of getting around this? Maybe placing the blue button somewhere at the bottom and using the custom one on top would do the trick?

    https://cdn.discordapp.com/attachments/839993398554656831/1091382331106922497/Untitled-1.jpg▾

  • <@552925049632587787> you can create the custom button and call the supabase `signInWithOauth` function onclick ```js const { data, error } = await supabase.auth.signInWithOAuth({ provider, options: { redirectTo: `${window.location.origin}/oauth/${provider}?authSuccess=true` } }); ```
    h

    hxtnv.

    03/31/2023, 3:51 PM
    @zetiks you can create the custom button and call the supabase
    signInWithOauth
    function onclick
    Copy code
    js
    const { data, error } = await supabase.auth.signInWithOAuth({
      provider,
      options: {
        redirectTo: `${window.location.origin}/oauth/${provider}?authSuccess=true`
      }
    });
  • here's the docs: https://supabase.com/docs/reference/javascript/auth-signinwithoauth
    h

    hxtnv.

    03/31/2023, 3:51 PM
    here's the docs: https://supabase.com/docs/reference/javascript/auth-signinwithoauth
  • why do you need to submit the app to google for verification?
    h

    hxtnv.

    03/31/2023, 3:53 PM
    why do you need to submit the app to google for verification?
  • how do you connect remotely to your local supabase??
    a

    AntDX316

    03/31/2023, 7:09 PM
    how do you connect remotely to your local supabase??
  • on local wifi
    a

    AntDX316

    03/31/2023, 7:09 PM
    on local wifi
  • what do I have to install?
    a

    AntDX316

    03/31/2023, 7:09 PM
    what do I have to install?
  • This is like half Supabase related, but has nothing to do with supabase ```└── supabase ├── functions │ ├── import_map.json # A top-level import map to use across functions. │ ├── _shared │ │ ├── supabaseAdmin.ts # Supabase client with SERVICE_ROLE key. │ │ └── supabaseClient.ts # Supabase client with ANON key. │ │ └── cors.ts # Reusable CORS headers. │ ├── function-one # Use hyphens to name functions. │ │ └── index.ts │ └── function-two │ └── index.ts ├── migrations └── config.toml ``` This is from the edge functions quick start page https://supabase.com/docs/guides/functions/quickstart What would be the purpose of having the top level ``import_map.json``? I assume this is a practice not directly related to Supabase?
    s

    supafloh

    04/01/2023, 10:19 PM
    This is like half Supabase related, but has nothing to do with supabase
    Copy code
    └── supabase
        ├── functions
        │   ├── import_map.json # A top-level import map to use across functions.
        │   ├── _shared
        │   │   ├── supabaseAdmin.ts # Supabase client with SERVICE_ROLE key.
        │   │   └── supabaseClient.ts # Supabase client with ANON key.
        │   │   └── cors.ts # Reusable CORS headers.
        │   ├── function-one # Use hyphens to name functions.
        │   │   └── index.ts
        │   └── function-two
        │       └── index.ts
        ├── migrations
        └── config.toml
    This is from the edge functions quick start page https://supabase.com/docs/guides/functions/quickstart What would be the purpose of having the top level ``import_map.json``? I assume this is a practice not directly related to Supabase?
  • is it for importing all other imports so I can just import one module instead of all of them?
    s

    supafloh

    04/01/2023, 10:33 PM
    is it for importing all other imports so I can just import one module instead of all of them?
  • I just deleted a post asking for help by a poster who was already told to ask for help in <#1006358244786196510> AND has asked for the same help there in two separate posts with answers in both. Please don't duplicate your help questions here AND ask them in <#1006358244786196510> to begin with.
    g

    garyaustin

    04/02/2023, 12:42 AM
    I just deleted a post asking for help by a poster who was already told to ask for help in #1006358244786196510 AND has asked for the same help there in two separate posts with answers in both. Please don't duplicate your help questions here AND ask them in #1006358244786196510 to begin with.
1...366367368...392Latest