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

    Kosh

    07/29/2021, 8:02 PM
    has anyone encountered after successful login via, google, facebook or appleID using supabase on ios that the browser isn't closed and its not redirecting to the app? i always have to click done on an empty page.
    b
    d
    • 3
    • 20
  • b

    burggraf

    07/29/2021, 8:26 PM
    auth - browser not closing and redirecting to the app
  • f

    frubalu

    07/29/2021, 9:13 PM
    Wondering if I could get some help figuring out a race condition caused by
    setAuthCookie()
    ? I'll post more details inside of a thread
    • 1
    • 5
  • c

    cole

    07/29/2021, 11:09 PM
    is there anyway to serve your storage bucket over a domain (ex. bucket -> cdn.example.com)
    e
    • 2
    • 9
  • s

    Scott P

    07/29/2021, 11:53 PM
    A CNAME entry in your DNS settings might be able to do it
  • c

    cole

    07/30/2021, 12:02 AM
    yep i managed to get it, thank you!
  • c

    cole

    07/30/2021, 12:04 AM
    the url still has an odd layout but ill find a way to fix it
  • f

    Flyken

    07/30/2021, 12:37 AM
    this is a little bit about supabase/ui but i think its mostly css.. im trying to select this (its apart of supabase/ui Sidepanel element)https://i.imgur.com/kWU6ktO.png
  • f

    Flyken

    07/30/2021, 12:37 AM

    https://i.imgur.com/Aum1BwF.png▾

    this does not work
  • f

    Flyken

    07/30/2021, 12:44 AM
    nvm figured it out
  • c

    CP9

    07/30/2021, 1:32 AM
    Im stuck on refreshing PostgREST’s schema cache. Can someone point me to a solution they have used or advise on best approach to trigger a refresh.
  • e

    everconfusedguy

    07/30/2021, 1:35 AM
    Storage over domain
  • y

    YogurtDrinker

    07/30/2021, 2:01 AM
    I've been baning my head over this issue...
    Copy code
    const { data, error } = await supabase
      .from('Products')
      .select()
      .gt('ExpirationTime', new Date())
    It's safe to say that if my time is greater than expirationtime the product has expired. Column is looking like this
  • l

    lawrencecchen

    07/30/2021, 2:06 AM
    i'd start by looking at network tab to see the postgrest query-url that is being generated
  • y

    YogurtDrinker

    07/30/2021, 2:14 AM
    Ahh it says something like
    Copy code
    {
      "hint": null,
      "details": null,
      "code": "22023",
      "message": "time zone \"gmt+0800\" not recognized"
    }
    e
    s
    s
    • 4
    • 10
  • y

    YogurtDrinker

    07/30/2021, 2:14 AM
    I'm not sure how to work with datetime regarding javascript. Isn't datetime already a timestamp
  • b

    Brady ⋱ Fractal

    07/30/2021, 3:36 AM
    Hey all- does anyone know if there's a solution to the issue regarding
    signIn()
    with providers returning
    null
    ?
    a
    o
    b
    • 4
    • 32
  • k

    Kosh

    07/30/2021, 6:37 AM
    Is there away where I could delete a file from storage using stored procedure functions? Planning to run a corn schedule that does cleaning every now and then.
  • k

    Kosh

    07/30/2021, 6:39 AM
    Found
    storage.buckets
    would a delete on that table will delete the file as well?
    e
    • 2
    • 2
  • e

    everconfusedguy

    07/30/2021, 6:56 AM
    Storage delete
  • d

    DharmaraJ

    07/30/2021, 8:07 AM
    What's the difference between:
    Table Editor
    ,
    SQL
    ,
    Database
    ?
  • d

    DharmaraJ

    07/30/2021, 8:07 AM
    I can see there is some sample data in database but nothing in table editor
  • l

    Lio

    07/30/2021, 8:17 AM
    table editor shows the different tables and actual data, SQL lets you write your own SQL stuff, and Database is information about your database instance
  • s

    Sduu_

    07/30/2021, 8:32 AM
    How to deal with the pain
    s
    y
    a
    • 4
    • 11
  • k

    kevinwcyu

    07/30/2021, 9:56 AM
    Is there a way to anonymously authenticate a user? Something similar to this https://firebase.google.com/docs/auth/web/anonymous-auth. I want to allow people to have a temporary account that can be linked to a permanent account if they decide to sign up afterwards.
    e
    • 2
    • 2
  • e

    everconfusedguy

    07/30/2021, 10:16 AM
    anon auth
  • m

    magicquin

    07/30/2021, 10:48 AM
    Hey all, anyone get this error befopreThe proxy server received an invallid response frrom the upstream server
  • m

    magicquin

    07/30/2021, 10:51 AM
    Lease getting further now. user is able to create db, after that time out
  • l

    louis.barclay

    07/30/2021, 10:56 AM
    Hi all! I was wondering whether the feature to intercept a magic link has been released yet - mentioned here: https://github.com/supabase/supabase/discussions/2331 And if so, how I can use it. I looked on the blog but couldn't find it mentioned.
    a
    e
    a
    • 4
    • 14
  • u

    user

    07/30/2021, 12:02 PM
    Hi how do you guys test out PLV8 functions? I'm currently duplicating the table I want the function to run on but that could become troublesome when it involves many tables
1...252627...316Latest