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

    Charles.R

    01/06/2022, 11:45 PM
    I am on the free plan. Can this be fixed with the paid plan. I have an issue with the 1000 row limit on data package. I changed the API setting to 5001 on UI but it is being ignored. Please Help
  • c

    Charles.R

    01/06/2022, 11:47 PM
    Data and Package Limits
    g
    • 2
    • 20
  • d

    DeadlyDev

    01/07/2022, 2:25 AM
    If you get pro pricing is it for one project or do you have to also pay the pro pricing for every project? For example, if I have 4 free tier projects and want to start another project with pro, do I now have to pay $125 a month or can I pay $25 and only have pro features for that one project?
    s
    • 2
    • 1
  • s

    Scott P

    01/07/2022, 3:27 AM
    Plan pricing
  • d

    debabrata

    01/07/2022, 8:18 AM
    Can anyone share some advice on implementing a free trial for my product? Right now when a user signs up, he/she needs to pay $5 and when the payment succeeds I update a column on the database with the user's customerID. I would like to add a 7 day free trial but I cannot figure out how I should do it. Here's something I'm thinking of currently: When a new user signs first signs up, I add a trial_ending column on the db for the user (the value of which is set to 7 days after the user sign up date). Then I run a lambda function everyday to check which users' free trials are about to end on that day and update the db correspondingly.
  • d

    debabrata

    01/07/2022, 8:19 AM
    Is this a good way to achieve what I'm looking for?
  • o

    Olle

    01/07/2022, 8:23 AM
    What payment solution do you use? Stripe?
  • d

    debabrata

    01/07/2022, 8:23 AM
    Yes I'm using Stripe
  • d

    debabrata

    01/07/2022, 8:23 AM
    Stripe Checkout
  • o

    Olle

    01/07/2022, 8:25 AM
    Stripe has stuff for this so no need to setup a lambda for that, you could do that but i wouldn't rely on it. https://stripe.com/docs/billing/subscriptions/trials
  • n

    n0a

    01/07/2022, 8:26 AM
    Yeah, stripe works well for this. Just set up webhook routes like you would normally do to update when trial ends etc :)
  • d

    debabrata

    01/07/2022, 8:27 AM
    Thank you for this. But I should mention that I'm charging a one time fee (not a subscription). Is it possible to add a trial period to that on Stripe?
  • n

    n0a

    01/07/2022, 8:31 AM
    I'm not sure. So you want your users to commit to be charged a one time fee after x number of days?
  • d

    debabrata

    01/07/2022, 8:32 AM
    Yes
  • d

    debabrata

    01/07/2022, 8:33 AM
    So when a user signs up, I want him/her to use it for free for 7 days. Then after that if they want to continue using the product, they will have to pay a one time fee
  • n

    n0a

    01/07/2022, 8:34 AM
    Why not just restrict access to the application and show a payment page by checking users age (7days) and check if they have paid?
  • n

    n0a

    01/07/2022, 8:35 AM
    I would do that i think
  • n

    n0a

    01/07/2022, 8:36 AM
    Also less friction for the user to sign up than if they have to put in card details etc. If they trial your product and really like it, they're much more likely to pay you on the seventh day :D
  • d

    debabrata

    01/07/2022, 8:37 AM
    I see... Yes that might be better tbh. I will look into this. Thank you so much!
  • n

    n0a

    01/07/2022, 8:37 AM
    All good!
  • d

    Denzo

    01/07/2022, 11:10 AM
    Hi all, does anyone know how much effort it potentially is to migrate from Supabase Cloud to Self-hosted? We are thinking of starting out using the Cloud version but we want to be able to take control of the reigns if we want more control over the stack
  • d

    Denzo

    01/07/2022, 11:11 AM
    Is it as simple as setting up a postgresql replica and eventually migrating over to a self-hosted instance or are there other complications I'm not aware of?
  • m

    Miguel2390d

    01/07/2022, 1:12 PM
    Hello
  • m

    Miguel2390d

    01/07/2022, 1:12 PM
    Does anyone know what web server the hosted version uses?
    k
    • 2
    • 5
  • k

    ktosiek

    01/07/2022, 1:26 PM
    web server in the hosted version
  • s

    shinypb

    01/07/2022, 11:04 PM
    Hello, friends. I'm trying to use local Supabase and have had no end of difficulties; I'm on hour 4 of trying various things without luck and could use a bit of help. 😬
  • s

    shinypb

    01/07/2022, 11:05 PM
    I've done
    supabase init
    and have now run
    supabase start
    , which appears to have worked. However, when I try to log in via a Magic Link, I get a 503 Service Temporarily Unavailable back from Supabase's
    /auth/v1/magiclink
    endpoint. The body of the response says
    { "message": "name resolution failed" }
    and that's all I know. I am not sure where I could find logs or anything else to explain what is causing the problem. Does anyone have any advice?
  • f

    Fishball_Noodles

    01/08/2022, 1:44 AM
    probably has an overwrite issue under the request headers, you can add this to overwrite existing data
    {"Prefer": "resolution=merge-duplicates"}
    im not sure if this helps
  • s

    shinypb

    01/08/2022, 3:12 AM
    I’m not at the data writing phase, unfortunately — I can’t even get signed in. 😭
  • m

    moein

    01/08/2022, 8:08 AM
    Hello everyone Just published the boilerplate repo for supabase automatic migrations For any developer that loves to keep their migrations nice and neat: https://github.com/moein/supabase-migration
1...175176177...392Latest