Stefan Vitória
WWasp-lang
•Created by Stefan Vitória on 10/3/2024 in #🙋questions
Email with MailGun
It worked. This one is on me.
Thanks @miho
6 replies
WWasp-lang
•Created by Stefan Vitória on 8/7/2024 in #🙋questions
Opensaas with new wasp version failed to install dependencies
so @kapa.ai , what if i want to install a specific version of wasp?
19 replies
WWasp-lang
•Created by Stefan Vitória on 9/13/2024 in #🙋questions
Stripe and Multiple saas
I saw a lot of discussion but all of them were based on supposition, so 🤷
11 replies
WWasp-lang
•Created by Stefan Vitória on 9/13/2024 in #🙋questions
Stripe and Multiple saas
But if i use the dame account with different products, when the user opens the checkout session page, it will see the brand of the other app, right?
11 replies
WWasp-lang
•Created by Stefan Vitória on 9/13/2024 in #🙋questions
Stripe and Multiple saas
I would appreciate that 😅
11 replies
WWasp-lang
•Created by Stefan Vitória on 9/7/2024 in #🙋questions
Direct access to prisma
I am migrating to yours because I was basically reinventing the wheel, and it's a more cleaner way as well
16 replies
WWasp-lang
•Created by Stefan Vitória on 9/7/2024 in #🙋questions
Direct access to prisma
My problem actually was a way to reach de database, so i took the answer provided by kapa and used the prisma client, a more low level approach has kapa described it, because I needed to perform this find users logic and send email in a separated function in order to keep the single responsibility of the api logic. But I really missed the fact that I could access the context in the api as well and would simply pass it as an argument to the function.
Now I am feeling ashamed kkkkkk. But in my defense I was coding for so long that nothing seemed obvious at that point
16 replies
WWasp-lang
•Created by Stefan Vitória on 9/7/2024 in #🙋questions
Direct access to prisma
It was a very simple fix, but somehow I wasn't figuring it out, kkkk
16 replies
WWasp-lang
•Created by Stefan Vitória on 9/7/2024 in #🙋questions
Direct access to prisma
Hello. The KY was a type, I meant *MY api.
I have solved it. The problem wasn't in creating the api but in the logic I wanted to perform on it. Which is sending emails to the users like you said. The issue I was facing was in using the entities there, I was fixed in the operations logic and way of interacting with the db. But I read the docs and found out a solution, not what you mention but I will refactor it to match what you ve shared.
Thanks @martinsos
16 replies
WWasp-lang
•Created by Stefan Vitória on 9/7/2024 in #🙋questions
Direct access to prisma
@kapa.ai where the context that you passed to the query example you gave came from?
16 replies
WWasp-lang
•Created by Stefan Vitória on 8/13/2024 in #🙋questions
Install specific version of wasp
Thanks @kapa.ai
10 replies
WWasp-lang
•Created by Stefan Vitória on 8/7/2024 in #🙋questions
Opensaas with new wasp version failed to install dependencies
Yeah, in my case I updated the versions
19 replies
WWasp-lang
•Created by Stefan Vitória on 8/7/2024 in #🙋questions
Opensaas with new wasp version failed to install dependencies
Exatly. But since those were the version on the opensaas package.json i decide to inform here, I wasn't sure why it was happening. But I updated the zod package and it was ready to go.
19 replies
WWasp-lang
•Created by Stefan Vitória on 8/7/2024 in #🙋questions
Opensaas with new wasp version failed to install dependencies
I actually ended up upgrading de zod version and it worked fine. But was it a breaking changing that provoke it or...
19 replies
WWasp-lang
•Created by Stefan Vitória on 8/7/2024 in #🙋questions
Opensaas with new wasp version failed to install dependencies
This is when i run the wasp db migrate-dev
19 replies