uglybeanhead
uglybeanhead
WWasp-lang
Created by uglybeanhead on 3/21/2024 in #đŸ™‹questions
How to interact with database in prisma studio after deployment?
No description
9 replies
WWasp-lang
Created by uglybeanhead on 3/20/2024 in #đŸ™‹questions
How to I set/import REACT_APP_SOME_VARIABLE_NAME for client side when in production on fly.io?
I use import.meta.env.REACT_APP_SOME_VARIABLE_NAME in my code base with setting client secret in fly.io dashboard but was not working. I also tried import.meta.env.REACT_APP_SOME_VARIABLE_NAME and process.env.REACT_APP_SOME_VARIABLE_NAME
16 replies
WWasp-lang
Created by uglybeanhead on 3/14/2024 in #đŸ™‹questions
My login tab on the frontpage went missing after deployment on fly.io
:sadboi: I followed the step on the documentation and all, I put all the necessary secret keys like google client id, sendgrid API, REACT_APP_VARIABLE_KEYS. I went directly to /login, the front-end of google auth login is there, but it is not working. What else am I missing?
13 replies
WWasp-lang
Created by uglybeanhead on 3/6/2024 in #đŸ™‹questions
I am trying to understand the subsciptionStatus logic in stripe.ts
No description
57 replies
WWasp-lang
Created by uglybeanhead on 2/22/2024 in #đŸ™‹questions
I want to have a trial period before the payment start kicking in. How do I do that?
I could get the normal payment to work. I looked through stripe document, I just need to add a field for
trial_end= and billing_cycle_anchor= , I don't know how to go about doing that in the Prisma. Could anybody please help?
5 replies