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

    anothercoder

    12/09/2021, 4:43 PM
    do u also use nextjs for your own backend api?
  • u

    user

    12/09/2021, 4:43 PM
    yes
  • a

    anothercoder

    12/09/2021, 4:44 PM
    Have u looked into redwoodjs?
  • u

    user

    12/09/2021, 4:44 PM
    yes I looked at it, it's not as good as Next.js
  • u

    user

    12/09/2021, 4:45 PM
    Next.js brings your front and back end really close together, Redwoodjs keeps them miles apart
  • u

    user

    12/09/2021, 4:45 PM
    with Redwood.js your front and back end are completely different npm projects
  • u

    user

    12/09/2021, 4:46 PM
    Next.js intelligently loads frontend packages on the frontend and backend packages on the backend
  • u

    user

    12/09/2021, 4:46 PM
    and keeping them close together makes development and deployment much easier
  • a

    anothercoder

    12/09/2021, 4:47 PM
    ok...thanks for your inputs, I scanned thru redwood docs and arent aware of that 🙂
  • u

    user

    12/09/2021, 4:49 PM
    I watched the tutorial videos
  • u

    user

    12/09/2021, 4:49 PM
    and he demonstrated that
  • j

    jensen

    12/09/2021, 6:17 PM
    I guess this is what it looks like when you start using supabase
  • g

    Gamalliel_Sharon

    12/10/2021, 2:50 AM
    Hello everyone, I have a question that relate to my project. How can I get the supabase url? because I always have error from heroku that says "Supabase url is not defined". Can anyone help me? Thanks
  • a

    anothercoder

    12/10/2021, 2:52 AM
    Using nextjs? U can console.log the supabase url to see if its correct.
  • g

    Gamalliel_Sharon

    12/10/2021, 2:52 AM
    I am working on the server side, I tried to connect strapi with supabase and deploy it to heroku
    a
    • 2
    • 11
  • j

    jonmeyers

    12/10/2021, 6:10 AM
    This one is blowing up! Go give it a nudge so more people can experience the awesomeness of Supabase! https://twitter.com/kiwicopple/status/1469108149252550659
  • c

    chipilov

    12/10/2021, 9:04 AM
    @User I am a little confused about lesson "23: Create a Client Page that Requires Authentication in Next.js Using getServerSideProps"
    • 1
    • 1
  • h

    harshcut

    12/10/2021, 12:02 PM
    I am trying to fix this (this)[https://github.com/supabase/supabase/issues/4330#issuecomment-990071377] issue. But I can't seem to reflect the changes made in
    studio
    directory when running
    docker-compose up
    . I followed the documentation given on Self Hosting. I even tried running
    studio
    independently with
    npm run dev
    , but that resulted in a compile error. Can someone provide any steps or description to setup a development server?
    g
    • 2
    • 5
  • s

    shivam51

    12/10/2021, 12:24 PM
    I have been trying to run this https://github.com/supabase/supabase/tree/master/examples/nextjs-todo-list locally but it gives the error
    ReferenceError: globalThis is not defined
    . Is that expected?
  • s

    shivam51

    12/10/2021, 12:34 PM
    node was outdated. Fixed
  • s

    shivam51

    12/10/2021, 1:14 PM
    Auth from supabase/ui does not load css properly, what can be the reason?
  • g

    gabydd

    12/10/2021, 1:35 PM
    studio not building
  • s

    shivam51

    12/10/2021, 1:47 PM
    https://codesandbox.io/s/vibrant-shannon-txtsi?file=/src/App.js
  • i

    imtiaz

    12/10/2021, 4:28 PM
    does anyone have any resource/tutorial on how to access the postres database on supabase from a cloudflare worker?
  • s

    shivam51

    12/10/2021, 4:44 PM
    Which encryption does supabase use for passwords?
  • s

    Scott P

    12/10/2021, 5:07 PM
    Based on the password hashes starting with
    $2
    , it appears to be bcrypt
  • m

    magenta

    12/11/2021, 1:43 AM
    when I enable row level security, are the rows private by default and can only be read once I create an allow-policy?
  • g

    garyaustin

    12/11/2021, 2:16 AM
    yes
  • s

    shivam51

    12/11/2021, 6:31 AM
    When selecting any provider for auth, why do I need to add the client ID and secret? Stuff like this was automatically configured in firebase, right?
    s
    • 2
    • 4
  • h

    HorseShoe

    12/11/2021, 10:36 AM
    What's up with Supabase Walrus ?? It sounds really cool is it available for use or is it under development?
    s
    • 2
    • 4
1...158159160...392Latest