https://supabase.com/ logo
Join Discord
Powered by
# help
  • g

    GHOST

    09/07/2021, 2:28 PM
    what is the correct to handle auth like this
  • s

    Saad-Mujeeb

    09/07/2021, 2:31 PM
    I have installed using docker, but none of the URLS work
  • s

    Saad-Mujeeb

    09/07/2021, 2:31 PM
    actually which URL to use ? which port ?
  • s

    Saad-Mujeeb

    09/07/2021, 2:31 PM
    3000, 8000 return some JSON
  • s

    Saad-Mujeeb

    09/07/2021, 2:32 PM
    5000 returns this
    Copy code
    {
      "message": "Route GET:/ not found",
      "error": "Not Found",
      "statusCode": 404
    }
  • s

    Scott P

    09/07/2021, 2:36 PM
    Self-hosted supabase ports: - Storage: 5000 - REST: 3000 - Realtime: 4000 - Postgres: 5432 - Auth: 9999 - Kong: 8000 Port 8000 (Kong) is the service which routes to all other services, via endpoints like
    /rest/v1
    ,
    /realtime/v1
    , etc. There's an example nginx config which shows how they route at https://dev.to/chronsyn/self-hosting-with-supabase-1aii
  • s

    Saad-Mujeeb

    09/07/2021, 2:37 PM
    and the admin panel ?
  • s

    Scott P

    09/07/2021, 2:38 PM
    The dashboard isn't open source yet. An open-source version is being worked on in the
    /feat/studio
    branch on the main Supabase repo
  • s

    Saad-Mujeeb

    09/07/2021, 2:38 PM
    shoot. i wanted that tbh.... is there an ETA to the open source version >
  • s

    Scott P

    09/07/2021, 2:40 PM
    I don't think so - last time I checked a few weeks ago, it's still very early in development. If we can spur people to contribute to it though, it'll definitely help get it released much more quickly.
  • s

    Saad-Mujeeb

    09/07/2021, 2:44 PM
    how can i help ? any guides or something ?
  • u

    0xAvneesh

    09/07/2021, 3:00 PM
    In supabase the mail goes to spam, so link isn't there
  • u

    0xAvneesh

    09/07/2021, 3:01 PM
    when I mark it as not spam and try again then it work
  • u

    0xAvneesh

    09/07/2021, 3:01 PM
    any way to fix it
  • s

    Scott P

    09/07/2021, 3:02 PM
    https://discord.com/channels/839993398554656828/839993398554656831/882378410960244736
  • p

    Poypoypoy

    09/07/2021, 3:04 PM
    when im trying to delete the user account in auth, this is the output.
  • g

    GHOST

    09/07/2021, 3:05 PM
    means you can't delete because there are some objects owned by the user in objects
  • p

    Poypoypoy

    09/07/2021, 3:06 PM
    ahh i see
  • p

    Poypoypoy

    09/07/2021, 3:06 PM
    maybe i delete the data from my storage avatar first
  • p

    Poypoypoy

    09/07/2021, 3:06 PM
    thanks man, ill try this
  • p

    Poypoypoy

    09/07/2021, 3:07 PM
    thanks man. you are right. 🙂 big help
  • u

    0xAvneesh

    09/07/2021, 3:07 PM
    Okay thanks
  • g

    GHOST

    09/07/2021, 3:08 PM
    np
  • n

    nkmnz

    09/07/2021, 3:17 PM
    Is there a way to implement business logic in the hosted version?
  • z

    zeshhaan

    09/07/2021, 5:22 PM
    Hi people, db noob here, do anyone know why i'm getting this error?
  • o

    oskar

    09/07/2021, 5:45 PM
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403 is related to authorization. Can you share the query itself as well?
  • z

    zeshhaan

    09/07/2021, 6:03 PM
    I actually followed Nader's 6 minute supabase setup video and got inspired to checkout supabase. would this suffice? https://github.com/zeshhaan/supabase-first-time/blob/main/pages/index.js
  • n

    Neucoas

    09/07/2021, 6:11 PM
    How to handle password resets
  • j

    jon.m

    09/07/2021, 10:48 PM
    Getting a weird 404 error when trying to do a simple update with the client api
  • j

    jon.m

    09/07/2021, 10:48 PM
    Copy code
    browser-ponyfill.js?5d61:518 PATCH https://cgihurzssphmfw.supabase.co/rest/v1/post_connections?post_id=eq.10030 404
1...787980...316Latest