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

    zavbala

    10/06/2022, 9:52 PM
    Hello everyone, I am looking for a good example with nextjs ( with supabase helpers ) for a basic login with email and password, currently my flow "works" but sometimes supabase doesn't recognize the user or my Middleware rejected my request
  • s

    silentworks

    10/06/2022, 9:58 PM
    Please ask in #1006358244786196510 and also provide more information like what you’ve tried, code example would be useful.
  • m

    Milou

    10/06/2022, 9:59 PM
    On that note could you aknowledge that you seen this: https://github.com/supabase/supabase/issues/9378
  • m

    Milou

    10/06/2022, 9:59 PM
    😛
  • s

    silentworks

    10/06/2022, 10:01 PM
    No point in me acknowledging it because it’s not an issue I’m familiar with, but someone more familiar will acknowledge it when they get around to it.
  • h

    Hege

    10/07/2022, 12:30 AM
    Sorry for the newbe question, it's my first time not setting up my own db, but do I need to create tables to define the users? Or with the authentication features is it enough? But then how would I make the relations with the rest of the tables?
  • h

    Hege

    10/07/2022, 12:30 AM
    Or is there a tutorial on how to manage users with the rest of the db?
    m
    • 2
    • 1
  • g

    garyaustin

    10/07/2022, 12:33 AM
    Please ask follow ups in #1006358244786196510 The auth.user table is handled by auth(gotrue). You can leverage that table as needed. Here is the typical way to populate your own user table in public for use: https://supabase.com/docs/guides/auth/managing-user-data
  • h

    Hege

    10/07/2022, 12:34 AM
    I'll read and follow up in the approval channel, thanks!
  • h

    Hege

    10/07/2022, 1:05 AM
    Got it! Just reference the auth schema snd if I need a 'profile' table set the primary key as the auth user one, simpler than I thought, thank you!
  • m

    melwyn

    10/07/2022, 9:51 AM
    Tutorial
  • k

    kapsonfire

    10/07/2022, 10:19 AM
    waiting so hard for supabase using postgres 15..... RLS on views <3
  • m

    Milou

    10/08/2022, 3:30 AM
    @silentworks Hey, could you get someone to give a short go/nogo on this issue: https://github.com/supabase/postgres/issues/322 I'd like to refactor the playbooks for building supabase's custom postgres image because I'm currently tracing a bug and waiting ~1h for my build to fail to some parsing issue or ansible shitting the bed is really tedious and annoying.
  • m

    mumbles

    10/08/2022, 5:15 PM
    Hello! Does anyone know if supabase storage can be used on the client side without exposing the service token?
  • j

    jensen

    10/08/2022, 5:22 PM
    This might help. https://supabase.com/docs/guides/storage#public-and-private-buckets and https://supabase.com/docs/guides/storage#policy-examples Would be better to ask this in a thread in #1006358244786196510
  • m

    mumbles

    10/08/2022, 5:56 PM
    Thanks!
  • d

    Deleted User

    10/08/2022, 7:57 PM
    I have a qestion
  • d

    Deleted User

    10/08/2022, 7:58 PM
    I'm using Supabase C# sdk. When i finish oauth2 login, i get back an access token and a refresh token
  • d

    Deleted User

    10/08/2022, 7:58 PM
    I can login once with the refreshtoken to access the account
  • d

    Deleted User

    10/08/2022, 7:58 PM
    But then if i restart the program i try to login with the refreshtoken again, it says bad request
  • d

    Deleted User

    10/08/2022, 7:58 PM
    what am i supposed to save in local file storage to be able to login between sessions?
  • o

    Olyno

    10/08/2022, 9:00 PM
    This is a weird bug, because you should not have anything to modify on the local file storage. Can you try to open an issue on the Github of the C# sdk please? Would be easier to have an answer @Deleted User
  • d

    Deleted User

    10/08/2022, 9:23 PM
    Where is it storing the auth info?
  • d

    Deleted User

    10/08/2022, 9:23 PM
    If you must know im not using vanilla c# sdk
  • d

    Deleted User

    10/08/2022, 9:23 PM
    I am using supabase-unity which is a version of it meant to work with Unity Engine
  • o

    Olyno

    10/08/2022, 9:32 PM
    Well, again, the best place to ask for help about C# SDK would be to do it on the github repo, because i don't think there is anyone using this SDK here except you @Deleted User
  • o

    Olyno

    10/08/2022, 9:32 PM
    Unfortunately, I'm not sure we can't really help you here
  • e

    Ethan S

    10/09/2022, 1:02 AM
    I've been trying to access my dashboard and it's not loading...waiting well beyond "a few minutes." any ideas?
  • v

    Vosken

    10/09/2022, 10:12 AM
    Quick question, Supabase calls an outdated function even when it is deleted, but the function is the reason why users can't sign up anymore... What can I do?
  • v

    Vosken

    10/09/2022, 10:13 AM
    same issue as here: https://stackoverflow.com/questions/71374877/supabase-calls-outdated-function-even-when-it-is-deleted
1...268269270...392Latest