https://supabase.com/ logo
Join DiscordCommunities
Powered by
# help
  • b

    BabyWolfman

    09/30/2021, 3:47 PM
    looks like there's an error validating your SSL certificate. You might try downloading your certificate again from the supabase admin (settings -> database -> ssl connection)?
  • v

    Vinzent

    09/30/2021, 3:48 PM
    I am working from app.supabase.io. It's caused by the http request
  • c

    claud9

    09/30/2021, 3:54 PM
    Same as @User , I'm working out of the website. @User is the certification up to supabase to update?
  • c

    claud9

    09/30/2021, 3:56 PM
    @User ? any inisight?
  • v

    Vinzent

    09/30/2021, 3:57 PM
    It's the end of the month.🧐 I don't know.
  • b

    bohemianjake

    09/30/2021, 5:47 PM
    i am trying to implement Supabase into my vue 2 project
    s
    • 2
    • 1
  • b

    bohemianjake

    09/30/2021, 5:48 PM
    i simply want to store user responses.
  • b

    bohemianjake

    09/30/2021, 5:52 PM
    any help for a beginner here?
  • s

    silentworks

    09/30/2021, 6:27 PM
    Supabase and Vue 2 project
  • c

    Christopher

    09/30/2021, 6:46 PM
    Is
    upsert()
    not working right now?
  • j

    jackkk

    09/30/2021, 7:39 PM
    Hey so I have a table called 'Accounts' and me nor my friend can delete any rows from it, when we select a row and click delete it disappears, but if we refresh it is still there (In the top right it does say that changes were saved). We even attempted to delete the table and remake it, and the values re-appeared, any help would be appreciated.
    s
    m
    • 3
    • 8
  • s

    stibbs

    09/30/2021, 9:47 PM
    Thank you!
  • s

    silentworks

    09/30/2021, 10:01 PM
    Table deletion not working
  • w

    wario

    10/01/2021, 4:29 AM
    Hi! Is there any way to delay sending the invitation email when you invite a new user?
  • s

    seufernandez

    10/01/2021, 4:54 AM
    For NEXT devs,
    Copy code
    module.exports = {
      async headers() {
        return [
          {
            // matching all API routes
            source: '/api/:path*',
            headers: [
              { key: 'Access-Control-Allow-Credentials', value: 'true' },
              { key: 'Access-Control-Allow-Origin', value: 'https://mydomain.com' },
              {
                key: 'Access-Control-Allow-Methods',
                value: 'GET,OPTIONS,PATCH,DELETE,POST,PUT',
              },
              {
                key: 'Access-Control-Allow-Headers',
                value:
                  'X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version',
              },
            ],
          },
        ];
      },
    };
  • s

    seufernandez

    10/01/2021, 4:54 AM
    this should be my localhost requests get error, right?
  • w

    wmd

    10/01/2021, 6:29 AM
    Any reason why when I follow Supabase cron instructions nothing happens?
  • w

    wmd

    10/01/2021, 6:29 AM
    Is there any additional setup I need to make cron jobs work?
  • w

    wmd

    10/01/2021, 6:35 AM
    Even though I have many jobs that should be running, there's not anything even in job fails in job_run_details
  • w

    wmd

    10/01/2021, 6:47 AM
    Fixed.
  • m

    Mihai Andrei

    10/01/2021, 7:30 AM
    What was the issue?
  • c

    chadyj

    10/01/2021, 10:43 AM
    Is it possible to have more than 3 projects? I have my dev projects setup, and I'm finally ready to launch, but I'm blocked to create production projects. I emailed support but no reply.
    s
    • 2
    • 7
  • u

    user

    10/01/2021, 11:00 AM
    Hi Is there anyway to change AWS’s IP address in supabase?
  • u

    user

    10/01/2021, 11:02 AM
    I find out the SSO auth can’t be access in Mainland China due to firewall block
  • u

    user

    10/01/2021, 11:03 AM
    Which because the api address is blocked
  • j

    jaded

    10/01/2021, 11:15 AM
    hey team, is it possible to get a random record with supabase?
    s
    • 2
    • 5
  • s

    silentworks

    10/01/2021, 11:38 AM
    Random record
  • s

    silentworks

    10/01/2021, 11:39 AM
    More then 3 projects
  • b

    baptisteArno

    10/01/2021, 1:23 PM
    How can I update the value of a jsonb internal field?
  • b

    baptisteArno

    10/01/2021, 1:23 PM
    I'd like to do something like:
    UPDATE test SET data = jsonb_set(data, '{name}', '"my-other-name"');
    s
    j
    • 3
    • 8
1...9899100...316Latest