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

    Olyno

    11/20/2021, 6:48 PM
    Emails not received
  • g

    garyaustin

    11/20/2021, 8:53 PM
    I was just commenting to someone on implementing limited local caching for reads/writes. I currently have an app that a user can have multiple devices and needs to be able to generate notes even if offline. I have implemented that with localforage and a write queue if the write fails or a subscription I use for status goes "offline". In answering that question, I just now thought it might be better to always send writes to the queue and then use a subscription on insert/update to take them out of the queue as a more "affirmative" confirmation the write got there. Anyone doing anything like this and did it work out?
  • h

    HarryET

    11/20/2021, 10:47 PM
    Notion OAuth
  • j

    jon.m

    11/21/2021, 12:06 AM
    You need to set up a trigger I believe to delete storage objects associated with the user. You can google a solution easily. It's not a big lift.
  • j

    jon.m

    11/21/2021, 12:07 AM
    And I mean that it's an easy copy paste solution.
  • j

    jon.m

    11/21/2021, 12:07 AM
    Anyone know how to add a field to the sign up form? IE a name field?
  • j

    jon.m

    11/21/2021, 12:53 AM
    wondering if new.raw_user_meta_data is the piece to grab when passing in an additional meta data object to the email sing up method.
  • s

    schwarzsky

    11/21/2021, 7:17 AM
    I did. I looked into Github Issues and some stackoverflow links related with PostreSQL.
  • j

    jon.m

    11/21/2021, 7:19 AM
    Do you have storage set up and have up used it for a user?
  • s

    schwarzsky

    11/21/2021, 7:21 AM
    Oh, i forget about that. Thanks
  • s

    schwarzsky

    11/21/2021, 7:22 AM
    I never thinkt there is a way storage objects holding metadata that belongs to user.
  • b

    bokolesnik

    11/21/2021, 7:57 AM
    hello, please, resolve the API error. from the last night
  • j

    jon.m

    11/21/2021, 3:22 PM
    Is it possible to access the data object passed to the email sign up auth method?
  • l

    laznic

    11/21/2021, 4:24 PM
    Anyone else having problems connecting to their instance?
  • l

    laznic

    11/21/2021, 4:25 PM
    Every request on the dashboard ends up failing in 504 for me
  • b

    bokolesnik

    11/21/2021, 5:54 PM
    I am. All the day, restarting the server resolving the problem for a while..
  • l

    laznic

    11/21/2021, 5:55 PM
    Server restarts doesn't do a thing for me 😅
  • d

    dasbardgoet

    11/21/2021, 6:07 PM
    since two days i cant connect to the database in anyway and especially yesterday was it very important, if this is so unreliably im switching databases
  • b

    bokolesnik

    11/21/2021, 6:50 PM
    same
  • d

    dasbardgoet

    11/21/2021, 7:36 PM
    mongoDB could replace it, im using it with another application and it works till now (some months) very great.
  • j

    jon.m

    11/21/2021, 9:56 PM
    Hey everyone, sorry to repost the same question. But I think the answer should be simple and if not, it’s an improvement. How can you access the data object passed to the sign up method? More specifically, I’d like to access this object on my create profile row on user insert trigger
  • c

    CorneaGumbo

    11/22/2021, 12:45 AM
    Hello everybody, I have some issues to start supabase docker. Idk what I've done wrong. I followed this instruction: https://supabase.com/docs/guides/hosting/docker Did I miss something?
  • c

    CorneaGumbo

    11/22/2021, 12:45 AM
    -rest, -auth and -storage are not working
  • m

    meera_datey

    11/22/2021, 3:24 AM
    Try this one NOTIFY pgrst, 'reload schema'
  • u

    user

    11/22/2021, 8:52 AM
    Having super huge issues with more "complex" queries with Supabase. I am using Flutter but not sure if it's related to that or not, but I have an issue on that repo. https://github.com/supabase/supabase-flutter/issues/47 In essence, how would you query all rows from a table between two dates, with any other SDK?
  • s

    silentworks

    11/22/2021, 10:31 AM
    I think if you search the discord you will find the answer to this, also search the GitHub discussions too.
  • m

    Maus

    11/22/2021, 10:58 AM
    I've a multi-tenant React application, auth and data through Supabase. Now a user can belong to multiple tenants, and switches context inside the application. Is there a way to pass the current tenant 'environment' to the supabase client, to use inside RLS?
  • a

    Ashfid

    11/22/2021, 3:56 PM
    Hey guys, is there something wrong with login page for supabase? There's a 404 error for me. I think the "start your project" on homepage got wrong link? **EDIT**: you have to go into app.supabase.io without /api/login to make it work.
  • s

    sockenguy

    11/22/2021, 4:12 PM
    I don't have the option to create a mongo database with supabase right?
  • c

    chipilov

    11/22/2021, 4:33 PM
    You don't. If you really like MongoDB and are looking for a similar offering, you might check out MongoDB Realm (https://www.mongodb.com/realm). NOTE: I have NOT used it, I just know of it, so don't take this as any kind of endorsement
1...139140141...316Latest