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

    assistattow

    11/18/2021, 11:17 PM
    Supabase is perfect for me with it
  • d

    debabrata

    11/19/2021, 1:45 AM
    https://commonplace.vercel.app
  • j

    Jap00_

    11/19/2021, 1:47 AM
    link shortener Ex. https://api.julianp.xyz/r/9dcf68ce
  • d

    Deleted User

    11/19/2021, 10:30 AM
    Is there a way to change the URL to a custom name?
  • c

    chipilov

    11/19/2021, 11:11 AM
    see https://github.com/supabase/supabase/discussions/2925
  • d

    Deleted User

    11/19/2021, 11:13 AM
    Thanks
  • m

    M0nk3yBrainDead

    11/19/2021, 12:34 PM
    Is it a dumb idea to make an api to put data in supabase?
  • u

    user

    11/19/2021, 12:35 PM
    no
  • m

    M0nk3yBrainDead

    11/19/2021, 12:39 PM
    Is it unnecessary?
  • o

    Olyno

    11/19/2021, 12:56 PM
    What kind of api ? A backend api or a frontend api? (when i'm saying "frontend api" i'm talking about mapping api routes in a simple file with methods)
  • m

    M0nk3yBrainDead

    11/19/2021, 1:01 PM
    I started to make an api which has a job of CRUD operation on the db
  • m

    M0nk3yBrainDead

    11/19/2021, 1:01 PM
    But I think I wouldn't need this if I use Supabase?
  • o

    Olyno

    11/19/2021, 1:02 PM
    yeah, supabase already do that for you
  • m

    M0nk3yBrainDead

    11/19/2021, 1:02 PM
    I wasted my time 😂
  • l

    leynier

    11/19/2021, 1:23 PM
    For corner cases an api would be useful since Supabase still does not have serverless functions. Although with Postgres functions you can solve a lot of use cases as well.
  • h

    HarryET

    11/19/2021, 2:58 PM
    👋🏻
  • c

    chipilov

    11/19/2021, 3:08 PM
    I would like to implement my custom logging via a private logs table (e.g. I can then insert records inside that logs table during the exection of triggers to get visibility into trigger executions).
    • 1
    • 3
  • f

    Facu

    11/19/2021, 5:05 PM
    Hi there. There'is going some problem with emails sending service? Im not receiving emails after sign up, but i have the users in my auth table as waiting for confirmation
  • w

    walpolea

    11/19/2021, 5:25 PM
    Seems so. Magic link emails have been arriving in batches many minutes (20-30) after request. Also have not received new account verification emails at all. My best guess is that some emailing pipe is a bit clogged from the earlier reported outage on the status page.
  • k

    kingrayhan

    11/20/2021, 6:32 AM
    I am getting 500 error during signup
    Copy code
    {
      code: 500
      error_id: "30ba66b2-57b0-45c7-ba89-bd7f1239e62c"
      msg: "Error sending confirmation mail"
    }
  • k

    kingrayhan

    11/20/2021, 6:37 AM
    Any workaround for this?
  • k

    kingrayhan

    11/20/2021, 6:41 AM
    @here
  • a

    assistattow

    11/20/2021, 6:43 AM
    It seems like their email system is down or something
  • a

    assistattow

    11/20/2021, 6:43 AM
    its been like that past few days for me too. It was working briefly then broken again
  • a

    assistattow

    11/20/2021, 6:43 AM
    Any word from the mods etc on when it might be fixed or what the issue is?
  • m

    moz

    11/20/2021, 9:35 AM
    Are there plans to make the database do local/remote sync like firebase does, where I can edit the database locally and the changes will eventually propagate to the backend?
  • h

    hips

    11/20/2021, 9:40 AM
    I wouldn't expect this short term if ever
  • h

    hips

    11/20/2021, 9:40 AM
    better to just start tracking your schema in your repo
  • h

    hips

    11/20/2021, 9:40 AM
    and then using some ci pipeline to automate
  • m

    moz

    11/20/2021, 9:41 AM
    I mean if I make a change I have to wait for the network request to ensure it completes, but with Firebase it appeared as if it was instant. I can update my html instantly, but I can't be sure the data will persist if the user presses delete in the meantime.
1...138139140...392Latest