Stefan Vitória
Stefan Vitória
WWasp
Created by Stefan Vitória on 12/20/2024 in #🙋questions
Custom subdomain and domain for my saas users
yeah, i have never done this before as well. Just trying to see if someone here could point me in the right direction. Trying to save some time here on research
7 replies
WWasp
Created by Stefan Vitória on 12/9/2024 in #🙋questions
Error on run app with with wasp start due to dependency installation
i think react-router-dom 19 is being pulled by it, i didnt install it. Not understanding why it would it
8 replies
WWasp
Created by Stefan Vitória on 11/25/2024 in #🙋questions
Error installing dependencies with new version of opensaas
Yeah, I actually ended up upgrading it. Thanks
11 replies
WWasp
Created by Stefan Vitória on 11/25/2024 in #🙋questions
Error installing dependencies with new version of opensaas
I have updated them to the latest version i guess and it appear to solve the problem. Thanks.
11 replies
WWasp
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
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
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
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
Created by Stefan Vitória on 9/13/2024 in #🙋questions
Stripe and Multiple saas
I would appreciate that 😅
11 replies
WWasp
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
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
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
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
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
Created by Stefan Vitória on 8/13/2024 in #🙋questions
Install specific version of wasp
Thanks @kapa.ai
10 replies