uglybeanhead
uglybeanhead
WWasp-lang
Created by uglybeanhead on 3/21/2024 in #🙋questions
How to interact with database in prisma studio after deployment?
9 replies
WWasp-lang
Created by uglybeanhead on 3/21/2024 in #🙋questions
How to interact with database in prisma studio after deployment?
Thank you so much everybody. I really appreciate this.
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?
This is a client's project so it's more about not storing these information directly in my own GitHub repo.
16 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?
Thanks so much for taking the time to help me with this! Yes, I am using wasp deploy fly deploy and REACT_APP_SOME_VAR_NAME=somevalue wasp deploy fly deploy worked! I am embedding a chatbot component in the front-end. It did say on the provider's doc that I can safely put the key on the client side as long as I whitelist the domain name in the setting. However, I want to be able to make changes and commit to Github without worrying. Thanks so much again :boi: ❤️
16 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?
Do I need to delete the initial deployment or can I re-deploy manually on top of it?
16 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?
Sorry, I didn't read the doc thoroughly, I skipped the deploying manually part, I followed the https://wasp-lang.dev/docs/advanced/deployment/cli Deploying with Wasp CLI and tried to set secrets the way the doc wrote: wasp deploy fly launch my-wasp-app mia --server-secret GOOGLE_CLIENT_ID=<...> --server-secret GOOGLE_CLIENT_SECRET=<...> Setting client secret was not specifically mentioned so I did: --client-secret REACT_APP_SOME_VAR_NAME=somevalue It then showed up in the fly.io dashboaad, so I assumed that it should work
16 replies
WWasp-lang
Created by Gwain on 3/20/2024 in #🙋questions
Stripe Webhook Server in production
No description
12 replies
WWasp-lang
Created by Gwain on 3/20/2024 in #🙋questions
Stripe Webhook Server in production
it should look something like {your-fly-server-domain}/stripe-webhook
12 replies
WWasp-lang
Created by Gwain on 3/20/2024 in #🙋questions
Stripe Webhook Server in production
No description
12 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?
@martinsos Hi, I am trying to get this ENV var from client code where I defined in .env.client and was working fine in development using import.meta.env.REACT_APP_SOME_VARIABLE_NAME. Can you explain what you mean by "too late"? I looked at the document and I understand I am supposed to do run build in terminal like stated in the doc? REACT_APP_SOME_VAR_NAME=somevalue npm run build, This code didn't work. I went and did REACT_APP_SOME_VAR_NAME=somevalue wasp build instead and was successfully installed. Am i doing this right?
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
Hi Thank you so much for your time, as updated, i just redeployed the app and it is working properly now.
13 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
Update: I redeployed it and now Log in tab is showing up.
13 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
No description
13 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
This is a new app and it's the first time deploying on Fly. I built it starting with Wasp 0.12. It came from open-saas starter template
13 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
No description
13 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
No description
13 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
there are no errors indicated in Fly's dashboard, browser console shows no error, i use wasp v. 0.12.2
13 replies
WWasp-lang
Created by uglybeanhead on 3/6/2024 in #🙋questions
I am trying to understand the subsciptionStatus logic in stripe.ts
welp. i use the new one 2023-10-16. My apologies, Vinny.
57 replies
WWasp-lang
Created by uglybeanhead on 3/6/2024 in #🙋questions
I am trying to understand the subsciptionStatus logic in stripe.ts
which version of api are you using?
57 replies
WWasp-lang
Created by uglybeanhead on 3/6/2024 in #🙋questions
I am trying to understand the subsciptionStatus logic in stripe.ts
I am looking into each event log
57 replies