Gwain
Explore posts from serversWWasp-lang
•Created by Gwain on 9/16/2024 in #🙋questions
Cannot add new field to User entity
That solved it! Thanks a million @kapa.ai . One last question. What's your favorite color?
13 replies
WWasp-lang
•Created by Gwain on 9/16/2024 in #🙋questions
Cannot add new field to User entity
Great thank you! @kapa.ai where do I update the userSeed.ts file? I'm using openSaas.
13 replies
WWasp-lang
•Created by IamIconLiving on 3/29/2024 in #🙋questions
Possibility to disable wasp reload on UI file changes?
Agree 100% with this also. App should not be rebuilding after every UI change.
20 replies
WWasp-lang
•Created by Gwain on 3/20/2024 in #🙋questions
Stripe Webhook Server in production
So impressed Vinny with your response and docs. Yes that's perfect! You guys are awesome
12 replies
WWasp-lang
•Created by Gwain on 3/20/2024 in #🙋questions
Stripe Webhook Server in production
UPDATE
OK figured it out. The Stripe CLI that the Open-Saas Docs reference has to do with local Dev, once you deploy to Fly.io for example, you have to change the webhook secret in the Stripe -> Dev -> Webhooks section, create a new webhook by URL pointing to your server url/stripe-webhook endpoint, and then add the Webhook Secret found on the stripe dashboard to your .env settings. Hope this helps someone!
12 replies
WWasp-lang
•Created by Gwain on 3/20/2024 in #🙋questions
Stripe Webhook Server in production
Using that method I get
No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe?
I wonder if it's an issue with the Stipe API version conflict?
OR I need to add different webhook key for using the webhook endpoint?12 replies
WWasp-lang
•Created by Gwain on 3/20/2024 in #🙋questions
Stripe Webhook Server in production
Great! Can we get some documentation on that on the readme?
12 replies
WWasp-lang
•Created by Gwain on 3/20/2024 in #🙋questions
Stripe Webhook Server in production
OR, should I use stripe webhook that points to a URL? And if so I think I need to update the WASP webhook logic.
12 replies
Server instance still running after server deletion
Here's an important tidbit, I actually shut it off because when I made a commit that deployed from GitHub, the bot respond twice, once with the old commit, and then again with the new commit changes. So I thought, huh weird that two instances just ran, so I then shut it off or "removed it" and it still is running with the old commit. Hope that makes sense, thank you guys for looking into this
18 replies
Server instance still running after server deletion
Before it was deleted: https://railway.app/project/47ab4fee-6a89-4273-9c8f-b75c39a48537/service/639237aa-a25b-412a-8d3c-a8d5c88e85ce
18 replies