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
Hello guys. I am building this crm for gym owners, and i want to add this feature of each gym build their website, a simple lading page and i was thinking in implemeting something like subdomain on it so the url can be more friendly and brandable for them. Any ideas on where to find resources to go for it or any of you have done somthing similiar in wasp?
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
No description
8 replies
WWasp
Created by Stefan Vitória on 11/25/2024 in #🙋questions
Error installing dependencies with new version of opensaas
Hello guys. Having this issue when i started a new project with the opensaas. Got this:
123 error code ERESOLVE
124 error ERESOLVE unable to resolve dependency tree
125 error
126 error While resolving: opensaas@undefined
126 error Found: [email protected]
126 error node_modules/apexcharts
126 error apexcharts@"^3.41.0" from the root project
126 error
126 error Could not resolve dependency:
126 error peer apexcharts@">=4.0.0" from [email protected]
126 error node_modules/react-apexcharts
126 error react-apexcharts@"^1.4.1" from the root project
126 error
126 error Fix the upstream dependency conflict, or retry
126 error this command with --force or --legacy-peer-deps
126 error to accept an incorrect (and potentially broken) dependency resolution.
123 error code ERESOLVE
124 error ERESOLVE unable to resolve dependency tree
125 error
126 error While resolving: opensaas@undefined
126 error Found: [email protected]
126 error node_modules/apexcharts
126 error apexcharts@"^3.41.0" from the root project
126 error
126 error Could not resolve dependency:
126 error peer apexcharts@">=4.0.0" from [email protected]
126 error node_modules/react-apexcharts
126 error react-apexcharts@"^1.4.1" from the root project
126 error
126 error Fix the upstream dependency conflict, or retry
126 error this command with --force or --legacy-peer-deps
126 error to accept an incorrect (and potentially broken) dependency resolution.
That is a more detailed log i got from the npm logs files. I know it have something to d with resolving dependencies and i have faced it before in other environments. But since in wasp its cli commands takes care of installing i wonder how one should approach such thing? And if someone faced something similar with opensaas lately before i get to spend time on it. I tried to update the version of the package but no success.
11 replies
WWasp
Created by Stefan Vitória on 10/3/2024 in #🙋questions
Email with MailGun
Hello everyone, I could successfully use sendgrid in my app, but if I try to use MailGun it doesn't recognize it like it did with Sendgrid. I built it on top of opensaas. Did anyone used MailGun?
6 replies
WWasp
Created by Stefan Vitória on 9/13/2024 in #🙋questions
Stripe and Multiple saas
Hello guys. I have one question. For the guys who know the answer specially those who have launched multiple saas. I am about to launch my second saas and I was wondering about the stripe part. Do I have to create a whole different account or within the account I have there is a way of creating something like organization??? I was reading the docs and some post from people with same question but somehow none of the answers make sense for me. So I decided to ask here, maybe some that have face it could share the experience and the process would be more straightforward for me. Thank you all
11 replies
WWasp
Created by Stefan Vitória on 9/7/2024 in #🙋questions
Direct access to prisma
Hello guys. I am facing this issue. I have a api in KY wasp project that receives a list of bids and I use this to send them to my users via email. The trick part is how to fetch my users in this case since this won't be managed by wasp , I tried to use query I call it inside the api logic I fail to provide de context or args there. Maybe I am missing something here and if you can see it please let me know
16 replies
WWasp
Created by Stefan Vitória on 8/13/2024 in #🙋questions
Install specific version of wasp
Hello guys. I know there is a way to install a specific version of wasp but for some reason I am having a hard time finding it again or I am being lazy as well. Anyone can point the direction? The main point of this question is to make the bot answers it, but I don't...
10 replies
WWasp
Created by Stefan Vitória on 8/7/2024 in #🙋questions
Opensaas with new wasp version failed to install dependencies
No description
19 replies
WWasp
Created by Stefan Vitória on 7/23/2024 in #🙋questions
React Router missign hooks
I am trying to use my url has a state manager for some custom search in my app but for some reason some hooks are "missing" from the react-router-dom.... or I am probably doing something wrong. I want to get the search Params from it so I can sync the page content with it....
11 replies
WWasp
Created by Stefan Vitória on 7/19/2024 in #🙋questions
Reuse auth from wasp/opensaas in other apps
I plan to create an extension to complement my app. Has anyone done something similar or had a way to use the session/authentication of opensaas/wasp app auth
11 replies
WWasp
Created by Stefan Vitória on 7/12/2024 in #🙋questions
Stripe multiple product or multiple prices
My saas has 3 different prices, weekly, monthly and yearly. Should I creat 3 different products in stripe or one product with different 3 prices. I never did it before, so sorry if it sounds stupid.....
15 replies
WWasp
Created by Stefan Vitória on 5/13/2024 in #🙋questions
Deploy the app i build with wasp open-saas to self hosted (VPS)
I am considering deploy the app i will be building to a VPS. Did anyone try it already that can give some tips...
15 replies