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

    Unknown Member

    02/21/2023, 4:29 AM
    Also dangerous at the same time.
  • u

    Unknown Member

    02/21/2023, 4:29 AM
    ❤️ Supabase
  • s

    silentworks

    02/21/2023, 12:03 PM
    II went with the simple solution of just re-using a function in each getServerSideProps. https://github.com/silentworks/supabase-by-example/tree/main/user-profile/nextjs
  • m

    madjar

    02/21/2023, 2:07 PM
    Connecting Supabase with react native && setting up basic CI/CD from scratch for a mobile/web app project, if anyone wants to chitchat im in hangout
  • g

    GaryLake

    02/21/2023, 4:37 PM
    Anyone else seen the logs die as of around 15:52 UTC? E.g. https://app.supabase.com/project/[project-id]/logs/postgres-logs – last log for me is 15:52 UTC and I should definitely be seeing logs in there
  • g

    garyaustin

    02/21/2023, 4:58 PM
    I have postgres logs as of right now.
  • g

    GaryLake

    02/21/2023, 4:58 PM
    😭 Ok thanks
  • g

    GaryLake

    02/21/2023, 5:06 PM
    Not even loading at all now 😦
  • s

    Smiley

    02/21/2023, 5:11 PM
    Cool!
  • p

    pid1

    02/21/2023, 5:35 PM
    are links to lever blocked in the jobs channel? 😦
  • s

    silentworks

    02/21/2023, 5:38 PM
    There are no blocks to any links in the jobs channel
  • o

    Olyno

    02/21/2023, 5:40 PM
    @pid1 try to change the content of your message
  • o

    Olyno

    02/21/2023, 5:40 PM
    The link itself should not be the problem
  • p

    pid1

    02/21/2023, 5:40 PM
    @silentworks Any idea why my post is being blocked? 🤔
  • s

    silentworks

    02/21/2023, 5:41 PM
    What @Olyno said.
  • p

    pid1

    02/21/2023, 5:41 PM
    Other than the terrible grammar I just noticed. I'll try to rephrase
  • p

    pid1

    02/21/2023, 5:42 PM
    Cool, got it. Thanks++
  • d

    DeChill

    02/21/2023, 6:36 PM
    Hi! I'm really confused by the weird behaviour I'm experiencing with SSE in Edge Functions blocking all other function traffic. I tried to get get help in the #Help channel last week (https://discord.com/channels/839993398554656828/1075335325771112528) but sadly didn't get any responses. I would really appreciate it if someone could try to replicate the issue. I created an MRE here https://github.com/TimoWilhelm/mre-supabase-sse-edge-function. To test it, just open the
    index.html
    from the repo in a browser. - Click on the 'Echo' button (the response will be printed in the browser dev tools console) - Click on 'Start SSE'. You should see the streamed responses appearing in the textbox - Now if you try to click in the 'Echo' button again, the call will timeout (you can check it in the networking tab of the browser dev tools)
  • o

    Olyno

    02/21/2023, 8:04 PM
    Hey So 3 things: 1. Your test is really interesting, and would be better to add it to your post, so people have more details and can help your more easily 2. I'm not sure if 90s is normal, but if it is not, you also can contact the support about it, so they can run internal tests (we can't on our side) 3. This channel is the #839993398554656831, for things not really related to help. Please come back to #1006358244786196510
  • s

    SmoothBot

    02/21/2023, 11:57 PM
    Can anyone recommend an approach to create API keys for users to get access to edge-functions? Auth would need to tie into the supabase auth
  • l

    LucasReinaldo

    02/22/2023, 3:04 PM
    hey there, is it possible to have supabase auth and manage an api + web + react native app with nextjs and react native?
  • j

    Jfizzle

    02/22/2023, 11:09 PM
    privacyBadger is a thing that does stuff
  • l

    laktek

    02/23/2023, 1:16 AM
    curious what's the use case here?
  • s

    SmoothBot

    02/23/2023, 1:17 AM
    Hi @laktek, we've built a blockchain alerts app on superbase, where users can create and manage alerts for onchain activity
  • s

    SmoothBot

    02/23/2023, 1:18 AM
    We have a number of prospective users that want to integrate the functionality into their own app, so to do that, we're going to need a client API.
  • s

    SmoothBot

    02/23/2023, 1:18 AM
    I've found a solution though, we're going to use Zuplo on top of Supabase
  • d

    DeChill

    02/23/2023, 2:35 PM
    Honestly, I just thought I would just try my luck here since I didn't get a single response in the help channel for over a week and most questions here also seemed kind of help related. But if Subapase has no support streaming workloads I guess I'll have to migrate to a different function platform 🫤
  • g

    garyaustin

    02/23/2023, 2:50 PM
    Must be no users doing that (if they are) have seen your post. Supabase uses deno deploy and a quick search finds this: https://deno.com/blog/deploy-streams#server-sent-events but you may have already used that as a base or found other docs.
  • d

    DeChill

    02/23/2023, 6:31 PM
    Thanks for the reply, I posted my references on the original help thread. I also know that this certainly isn't a limitation of deno deploy as I published the same code there and it works perfectly fine. I'm guessing it's some issue with the Supabase platform like the Kong API gateway or the Function Proxy.
  • o

    Olyno

    02/23/2023, 8:23 PM
    It is possible Supabase didn't implement that yet. The ``GET`` method is new for example. Did you try to share your thoughts in the Github discussions tab? Other people could find a way for you
1...352353354...392Latest