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

    user

    11/16/2021, 6:26 PM
    I found it now, thank you gary
  • l

    louis.barclay

    11/16/2021, 7:27 PM
    I'd like to use Notion as the OAuth provider for my Supabase-powered app. Is there a doc on how I can do this, since it's not currently officially supported? Or is this completely impossible?
    h
    • 2
    • 5
  • s

    stibbs

    11/16/2021, 11:06 PM
    Is anyone else's auth not working anymore? If I try to log in again via magic link, it redirects back to my site but with
    #error_code=404&error_description=User+not+found
    appended to the url
  • s

    stibbs

    11/16/2021, 11:07 PM
    Actually, all my function calls (which don't require authentication) are failing now too with below:
    Copy code
    json
    {
      "message": "JWT expired"
    }
  • s

    stibbs

    11/16/2021, 11:08 PM
    Is supabase down?
  • s

    stibbs

    11/16/2021, 11:14 PM
    @User
  • s

    stibbs

    11/16/2021, 11:33 PM
    The function calls have started working again... but auth still doesn't
  • s

    stibbs

    11/16/2021, 11:52 PM
    I restarted my supabase server and auth now works as well
  • g

    garyaustin

    11/17/2021, 12:32 AM
    @User I worry about these kinds of reports (having to reset server) going into production. Sure would be nice to have some error info or idea when this occurs to understand what is going wrong. I have a cloud server I've only had to do a non maintenance reset once in 5 years with MySQL on it. As a lone developer I don't want to have to worry about my site/app going down especially if I have to deal with manual resets at any point in the day as the solution.
  • s

    stibbs

    11/17/2021, 12:37 AM
    Yep, this was my production server and I only noticed it went down because I have some alerts set up on Vercel. I couldn't see anything on the supabase side to indicate there was an issue
  • j

    jon.m

    11/17/2021, 3:00 AM
    How might I connect my supabase data to Power BI?
  • e

    everconfusedguy

    11/17/2021, 4:12 AM
    Hi @User if there is a issue with your hosted Supabase instance, get in touch with us https://app.supabase.io/support/new or by emailing support@supabase.io. You will get a faster response for the hosted platform that way
  • c

    coozamano

    11/17/2021, 4:24 AM
    Hey @User, is there a way to restart my supabase backend, my postgres queries are all failing
  • c

    coozamano

    11/17/2021, 4:24 AM
    Error message: "An error occurred with your deployment"
  • e

    everconfusedguy

    11/17/2021, 4:25 AM
    you can restart your database by going to /project/your project id/settings/general
  • e

    everconfusedguy

    11/17/2021, 4:25 AM
    if that doesnt work, create a support ticket
  • c

    coozamano

    11/17/2021, 4:26 AM
    amazing thank you, my DB has been at 140% or so cpu so need to give it a break 🙂
  • u

    user

    11/17/2021, 5:42 AM
    hello
  • u

    user

    11/17/2021, 5:42 AM
    the twitter log in is not working for me
  • u

    user

    11/17/2021, 5:43 AM
    Copy code
    //jwebqsyobrkfcgnmkifa.supabase.co/auth/v1/authorize?provider=twitter
    this endpoint keeps hittingn the cache on the CDN and would not redirect correctly
  • u

    user

    11/17/2021, 5:43 AM
    Can someone help me out with this please.
  • j

    jbergius

    11/17/2021, 11:42 AM
    Is it possible to add a body to a function hook? I'm looking for a way to trigger a Discord webhook on inserts in a table
  • c

    copple

    11/17/2021, 12:00 PM
    at the moment, it just sends the table changes. If you need to customise the payload a quick hack is to add a jsonb column to your table and then the json will be included in the payload
  • j

    jjj.westra

    11/17/2021, 12:10 PM
    I think I have discovered a small bug in supbabase. I have disabled new signup; nut my existing users still need to use magic link in order to login. Now; whenever a new person (nonexisting user) enters their email in in the input ad clicks; get magic link; the system happliy creates a new user and sends a link
  • j

    jjj.westra

    11/17/2021, 12:11 PM
    Disabled in the general tab
  • j

    jjj.westra

    11/17/2021, 12:11 PM
    This is the email tab; But if I disable email signup; noone will be able to login with magic link nor email+password
  • j

    jjj.westra

    11/17/2021, 12:13 PM
    --- For now; I will check if a users exists in the database with a dbfunction, and prevent this; but anyone with a little knowledge could use postman to create a new user that way 😉
  • j

    jjj.westra

    11/17/2021, 12:13 PM
    Really ❤️ supabase btw
  • s

    shreedx

    11/17/2021, 12:50 PM
    Hello guys, we haven't worked on our project in a while so our project got paused. Upon restoring it today, auth via magic link seems to fail. We're getting:
    Access to XMLHttpRequest at '.....' from origin '.....' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
    Any ideas what might be causing this? Thanks!
  • j

    jjj.westra

    11/17/2021, 12:58 PM
    Depends on what you workflow is i guess
1...133134135...316Latest