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

    Brian Barrow

    01/21/2022, 8:18 PM
    Is there a way to update the
    service_role
    API Key? If it ever gets revealed where it shouldn't, is there a way to reset it?
  • f

    frnk

    01/21/2022, 9:40 PM
    anyone been getting a
    500
    when going to
    /api
    in the studio on a local/self-hosted version?
  • f

    frnk

    01/21/2022, 9:41 PM
    been getting this. Both with docker and the
    supabase start
  • f

    frnk

    01/21/2022, 9:43 PM
    The error seems to be in kong, but the terminal for Kong says nothing
    Copy code
    Request URL: http://kong:8000/rest/v1/?apikey=<>
    Referrer Policy: no-referrer-when-downgrade
  • o

    osaxma

    01/21/2022, 9:48 PM
    I see the same page as yours .. tho everything else is working fine (connecting to the db, querying, etc.) -- it could be that the API docs are not supported locally since not everything in the local studio is supported yet.
  • f

    frnk

    01/21/2022, 9:49 PM
    do you think its just the docs? Or the API itself?
  • o

    osaxma

    01/21/2022, 9:50 PM
    When I open the
    /api
    on the remote supabase , it's only the docs
  • f

    frnk

    01/21/2022, 9:50 PM
    Yeah I see that too
  • f

    frnk

    01/21/2022, 10:04 PM
    none of my API's seem to work locally -- I tried creating identical table schema's locally and in a hosted version, the hosted API works fine, the local just throw's 404
  • f

    frnk

    01/21/2022, 10:05 PM
    Which shouldn't depend on studio at all
  • f

    frnk

    01/21/2022, 10:16 PM
    I'm stupid. I was hitting
    localhost:3000/rest
    (the studio URL) instead of
    localhost:8000/rest
    (kong)
  • o

    osaxma

    01/21/2022, 10:34 PM
    yeah that happens sometimes with me too 😅
  • f

    frnk

    01/21/2022, 10:51 PM
    but also, I had to change
    KONG_URL=http://kong:8000
    to
    KONG_URL=http://localhost:8000
    in the docker env file (in case anyone has this issue in the future) to make the studio page work
  • t

    TremalJack

    01/22/2022, 12:30 AM
    @User I personally did the commit to fix this issue, sorry I read only now
  • t

    TremalJack

    01/22/2022, 12:31 AM
    the issue are the url targets of kong service (someone had it on meta as well)
  • t

    TremalJack

    01/22/2022, 12:31 AM
    for the future, if someone have the same issue, can read this: https://github.com/supabase/supabase/pull/5054
  • f

    frnk

    01/22/2022, 12:49 AM
    Amazing timing, thank you
  • o

    octalpixel

    01/22/2022, 5:58 AM
    Question regarding managing schema using Prisma. So just make things easier I wanted to continue managing my schema using Prisma of existing supabase projects. But im getting an error when I migrate
  • o

    octalpixel

    01/22/2022, 6:01 AM
    And has an errors when even using npx prisma db push
  • m

    moein

    01/22/2022, 7:52 AM
    Guys please use threads 😅
  • t

    Twadeus

    01/22/2022, 1:36 PM
    Does anyone know know of any examples of setting up version control and CI/CD with Supabase?
    m
    • 2
    • 2
  • r

    Reizouko

    01/22/2022, 3:14 PM
    Is there any way to get the jwt secret for the local version of supabase? The hosted version has it in the dashboard and I can access it in postgres with
    show app.settings.jwt_secret;
    , but this command does not work on my local supbase and there is no settings page that shows the secret either.
    o
    • 2
    • 4
  • m

    moein

    01/22/2022, 3:59 PM
    Supabase CI CD and version control
  • o

    osaxma

    01/22/2022, 4:01 PM
    jwt secret in local development
  • d

    Diego Pereira

    01/22/2022, 4:25 PM
    why am i getting only the first row on my queries?
    s
    • 2
    • 9
  • s

    silentworks

    01/22/2022, 5:16 PM
    why am i getting only the first row on
  • p

    poutingemoji

    01/22/2022, 9:39 PM
    how do i export all the rows in my table to csv? when i try, it only exports the first 100 rows even though i selected export all rows
  • r

    Rutik

    01/23/2022, 4:59 AM
    Is there any way I can export authenticated users email id from supabase. I have create profiles table which can be exported but it does not have email id of the user. Does anyone know how can I do it?
  • r

    Rutik

    01/23/2022, 5:03 AM
    In the bottom section , where it says 100 rows, click it and you can change it to 1000 rows per page, that way you can export at least 1000 rows once. as it only exports all rows on the current page
  • d

    dipesh

    01/23/2022, 5:05 AM
    Hello Team. I have been using supabase for a week now and it is wonderful. Thank you for your hard work 🙇 I am stuck on a problem. Please provide me with your suggestions on this. https://github.com/supabase/supabase/issues/5113
1...201202203...316Latest