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

    mikenikles

    02/01/2022, 5:06 AM
    I run into this issue:
    Copy code
    gitpod /workspace/platform/services/website $ supabase start
    Error: Error starting database: Password for user postgres: 
    psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL:  password authentication failed for user "postgres"
    This is a clean environment with the
    supabase
    CLI installed and happens when I follow the local development docs (https://supabase.com/docs/guides/local-development). I run this in a Gitpod (www.gitpod.io) developer environment and it likely has to do with that because it works locally. If anyone has managed to run Supabase on Gitpod, please let me know I'd love to learn what you did.
    s
    • 2
    • 7
  • k

    Kazungu Safari

    02/01/2022, 7:11 AM
    I am trying to update user email using supabase.auth.update but I am getting an error message saying "not logged in".
  • k

    Kazungu Safari

    02/01/2022, 7:15 AM
    I have already signin using supabase .auth.signin.I am confused
  • d

    dmitriy.dranko

    02/01/2022, 1:04 PM
    How to use SMS alongside Magic Links?
    • 1
    • 1
  • s

    silentworks

    02/01/2022, 3:10 PM
    Gitpod and Supabase
  • c

    Chris_Acrobat

    02/01/2022, 4:29 PM
    Hello! I'm trying to convert my GitHub sign in to to Supabase, but for some reason on callback I get redirected to https://Example.github.io/ instead of https://Example.github.io/Example/. Someone recognise where I can have done it wrong?
    s
    • 2
    • 4
  • s

    silentworks

    02/01/2022, 6:26 PM
    GitHub sign in
  • e

    Exception

    02/01/2022, 6:42 PM
    Does supabase support otp with email?
  • e

    Exception

    02/01/2022, 6:43 PM
    Similar flow to the phone number verification
  • j

    jbergius

    02/01/2022, 7:02 PM
    Anyone managed to pass multiple query params to the
    redirectTo
    option? I manage to pass one, and if I inspect the invite-link in my email, all the other query params is available in the URL, but they somehow get stripped when the page is loading, and only the first param comes through.
    s
    • 2
    • 18
  • m

    mitul

    02/01/2022, 7:15 PM
    does anyone use an alternative for storage with supabase? if yes, would love to hear what you use
  • r

    RobinMillette

    02/01/2022, 9:36 PM
    Like https://min.io/ (self hosted) ?
  • m

    mitul

    02/01/2022, 9:36 PM
    hm more like just amazon s3 or digitalocean directly, since theyre cheaper than supabase
  • r

    RobinMillette

    02/01/2022, 9:48 PM
    I don't think it's currently possible, unless you're self-hosting supabase. See https://github.com/supabase/supabase/discussions/982
  • m

    moaaz

    02/01/2022, 11:48 PM
    Question: I'm looking to make requests against the twitter API with the
    provider_token
    returned by Supbase Twitter Auth – getting an Unauthorized from the Twitter API, is this expected behaviour? Have also tried specifying the following scopes:
    ""tweet.read follows.read users.read offline.access like.read""
    Trying to call the twitter API like so:
    curl "https://api.twitter.com/2/users/{id}/liked_tweets" -H "Authorization: Bearer {token}"
    Have all permissions enabled on the Twitter Developer API settings
  • a

    Alf

    02/02/2022, 2:26 AM
    Hey all, quick question. Is there a way to set the redirect URL for magic link? I tried to set both the Site URL and Additional Redirect URLs to my
    localhost:3000/authFlow
    endpoint but when I click on my magic link I'm still sent to the homepage regardless?
    w
    • 2
    • 4
  • a

    Alf

    02/02/2022, 2:40 AM
    Redirect URL after Auth is not doing anything
  • l

    lasershow365

    02/02/2022, 5:32 AM
    Is there a way to export an entire table to CSV through the UI. I see you can select all visible rows but what if there are more than 1000 rows you want to export?
  • h

    Hausik

    02/02/2022, 10:45 AM
    Hello, I have cloned self-hosted version of supabase, run all dockers and it works great. I have question regarding storage, how can I change it to my own S3 bucket? Is there a storage limit with self-hosted version using my own S3 bucket?
  • h

    HerbeMalveillante

    02/02/2022, 12:07 PM
    Hey ! I have a question : I want to use Supabase for the first time for a fullstack project I'm working on. I'm using Svelte as a JS framework and Tailwind as a CSS framework. The website is open-source on github and hosted on vercel. I understood that I need supabase "API Keys" to interact with the database, but what I don't really get is how I'm supposed to store them in my code : If I store them in clear, anyone with the code can and will use it to modify the database at will, which I absolutely don't want. I guess I have to store them in a file that will eventually be gitignored / in environment variables. The thing is that as these are not tracked by git, they will not be uploaded on GitHub and by extension on Vercel, making the production build unusable. What's the solution for this ? Thanks ! Please ping me if you have an answer as I may miss it otherwise :)
  • n

    NinjaNuur

    02/02/2022, 12:17 PM
    Hi, it's fine to include your supabase anon key in your frontend. You will need to setup row level security on your tables which will allow you to control who can access your database
  • h

    HerbeMalveillante

    02/02/2022, 12:18 PM
    Thanks ! I will check this out, but can't anyone with this key basically connect to my base and do whatever he wants ? I'll do further research about row level security
  • n

    NinjaNuur

    02/02/2022, 12:21 PM
    They can if you don't have row level security
  • h

    HerbeMalveillante

    02/02/2022, 12:21 PM
    Alright, nice ! Thank you :)
  • d

    debabrata

    02/02/2022, 2:26 PM
    For some reason my database space usage keeps increasing. A few days ago it was at 9.76 MB but in a matter of days it went to 42.28 MB. The strange thing is that no data has been added to the database. Can someone help me figure out what's happening? (while typing this question the usage went up to 42.29 MB)
    g
    s
    h
    • 4
    • 9
  • h

    hko

    02/02/2022, 4:18 PM
    Anyone familiar with Nuxt3 & Supabase here? I'm horrendously stuck setting up authentication for Nuxt's API to work together with Supabase. 😬
    • 1
    • 3
  • a

    ahujj

    02/02/2022, 4:26 PM
    Hey all - new to Supabase and not great at JS. Experienced in Python. I'm trying to learn some Svelte by building a Wordle clone. It's currently deployed via Netlify and I've built a Netlify function, using the Supabase js client library. I'm having a little trouble getting any data through the API. I have a table called
    plantle
    with some data, organised by a string representation of the date. I'm trying to select the word from this table where column
    day
    == today's date but I just keep getting
    null
    responses. Even if I change my query to where
    dailyWord
    == a string I know for sure is there. Could anyone help please? I've attached screenshots: 1. my function calling supabase 2. the frontend code invoking the function 3. the console logs from the browser 4. my table in supabase 5. supabase logs
  • j

    Jordi - @jordienr

    02/02/2022, 4:58 PM
    Have you set up your RLS right? I mean a policy that allows the user to query that table
  • a

    ahujj

    02/02/2022, 5:05 PM
    oh thanks @User ! - turning RLS off makes it work. I've turned it back on and created an appropriate policy and it's all good now! Glad it was as simple as that.
  • a

    ahujj

    02/02/2022, 5:06 PM
    Did I miss something about that in the response? Would probably be more helpful than getting no data. But I guess maybe it's better not to expose any details of RLS to users?
1...211212213...316Latest