Atasoy
Atasoy
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
My saas is basically done but i have to fix this last.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
Hello! Is this fixed? How i can migrate changes to my existing project?
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
I am happy you help you guys.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
I am using SAAS template. When i declare CRUD for some entity it breaks the stripe WEBHOOK. I did not make custom API for the WEBHOOK.
60 replies
WWasp-lang
Created by Ricardo Batista on 6/21/2024 in #đŸ™‹questions
Error calculating daily stats
Is it working if you uncomment plausible ?
51 replies
WWasp-lang
Created by robby on 6/22/2024 in #đŸ™‹questions
Where should I deploy my open saas app?
Fly.io is the easiest one and has good documentation. Drawback is that you have to register your credit card in order to use it. But you can use basically anything, it is up to your taste.
19 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
No, basically when i use CRUD feature for any of my entities it breaks the Stripe Webhook
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
That scenario was just to explain to you. In my original website CRUDs are Student and Club entity and yes there is other operations depends on CRUD functionality in front-end.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
For now it seems that CRUD is causing Webhook issues. I guess implementing them in my own is the only solution for now
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
Yes there is Task entity.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
You can produce same error by opening fresh saas template. Setting up and doing stripe integration. Creating a crud for any entity. Then move crud file (here tasks.js to server/crud). From that point it starts giving this error.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
No description
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
No description
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
Hey, so i really narrowed down the error and found very wierd stuff. When i dont use crud functionalities webhook is working but when i uncomment them it is breaking. What is you opinion on this ?
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
On fresh open saas template everything is working fine (with the same .env file) UPDATE: so i thought that it may be about module conflicts but it is not i check with my node modules. Problem is either with .wasp file or my sever and client codes
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
I will try integrating webhooks in fresh open saas template to understand problem clearly.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
My default api version was 2020-08-27. Then i upgrade to 2024-04-10. I just tried downgrading back and followed steps in https://docs.opensaas.sh/guides/stripe-integration/ just to make sure but still i am getting same error.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
I made sure my secrets are correct so i also think it might be webhook api version problem.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
Yes you are right for some reason webhook in development is also not working. I am gettin same error. My api version on stripe dashboard is 2024-04-10. I couldnt find a way to downgrade it to 2022-11-15 as used in stripe.ts.
60 replies
WWasp-lang
Created by Atasoy on 6/20/2024 in #đŸ™‹questions
Issue with stripe webhook in production
@kapa.ai updating my api version didnt help
60 replies