matijash
matijash
WWasp-lang
Created by khb on 9/29/2024 in #đŸ™‹questions
Using Open SaaS with V0.dev (shaden UI)
So glad to hear! What was most useful? đŸ™‚
30 replies
WWasp-lang
Created by joshleeman on 10/31/2024 in #đŸ™‹questions
Deployment issues with migrations
Sorry for the delay - our core team is in eu and it was a holiday yesterday. I think @miho would probably have the best idea so tagging here. Please keep in mind we dont have a dedicated support service but we will answer as soon as we can
15 replies
WWasp-lang
Created by joshleeman on 10/31/2024 in #đŸ™‹questions
Deployment issues with migrations
Can you share some more details? E.g. error messages you received?
15 replies
WWasp-lang
Created by obaviet on 10/13/2024 in #đŸ™‹questions
wasp studio launch ?
@obaviet what exactly are you interested in? Wasp studio is already out as an experimental feature in a view-only mode. I guess you would be interested in a no-code builder?
7 replies
WWasp-lang
Created by abiroot on 10/12/2024 in #đŸ™‹questions
resource exhausted (Too many open files)
Thanks for the update here. Seems like a combination of the amount of files watched + a specific stitches error? @martinsos and @sodic would probably be the best people to provide more info here. They will be back on Monday so tagging them until then đŸ™‚
10 replies
WWasp-lang
Created by fustuk. on 9/9/2024 in #đŸ™‹questions
Are there any future plans of implementing something like Clerk's organizations?
got it, some sort of team management + role access. We plan to add native support for RBAC in the future, @martinsos did some initial work/research for that. Admin/user dashboard should also be a logical part of that đŸ™‚
8 replies
WWasp-lang
Created by WWWillems on 8/16/2024 in #đŸ™‹questions
Error: Cannot find module '@node-rs/argon2-wasm32-wasi' when deploying to fly.io
btw @WWWillems what are you building? Would love to see it in action if you can share đŸ˜„
30 replies
WWasp-lang
Created by DybeK on 10/17/2023 in #đŸ™‹questions
Any ETA on Full Version Release?
@Sam79 a rough timeline is six months. Is there a particular feature you're interested in, or it's more of a case of general stability?
6 replies
WWasp-lang
Created by mb23 on 8/8/2024 in #đŸ™‹questions
Best way to use jobs/workers
Got it - these indeed sounds as a good fit for jobs, given they take so long
19 replies
WWasp-lang
Created by mb23 on 8/8/2024 in #đŸ™‹questions
Best way to use jobs/workers
@mb23 I think it also a valid question when to use a job vs. simply doing an API request and waiting for the response. I think the most API requests can actually be consumed directly. Typically, if an API request takes longer it will offer a webhook to notify you once your result is ready. Jobs are mostly for when you're doing something yourself (e.g. some extensive analytics combing your whole DB, and you know it will take a while), then job is a good choice. Feel free to share with us also the specific examples and we can comment here
19 replies
WWasp-lang
Created by matijash on 8/7/2024 in #đŸ™‹questions
Migrating Wasp / OpenSaaS app from 0.11.8 to the latest version
hmm just thinking about it now, since my app is quite small (everything is pretty much contained in one file), and I'd also like to have the latest version of Open SaaS, maybe the easiest way would be to start a new Open SaaS project, and then just migrate the functionality from the old project to it?
10 replies
WWasp-lang
Created by amianthus on 8/5/2024 in #đŸ™‹questions
Entire app being invisible if ad blocker is enabled
Is there an app you deployed with Open SaaS, or is this happening locally?
7 replies
WWasp-lang
Created by KC on 8/5/2024 in #đŸ™‹questions
redirect incoming request to a path with a new header
got it. @miho will probably be the best person to help out with this. By the way, is there a particular reason why Astro blog has to be on a different machine? Also, Open SaaS already comes with a predefined Astro blog
14 replies
WWasp-lang
Created by 2euxs on 7/31/2024 in #đŸ™‹questions
Error: browserType.launch: Executable doesn't exist at
hmm @Vinny (@Wasp) is our resident expert so I believe he will be the best to help đŸ™‚
13 replies
WWasp-lang
Created by Ghar on 7/31/2024 in #đŸ™‹questions
How to contribute to the SaaS template?
once you forked the template and have it locally, you can just cd into app/ and run wasp start. Wasp CLI will see there is main.wasp file and will recognize it is a wasp project
12 replies
WWasp-lang
Created by Ghar on 7/31/2024 in #đŸ™‹questions
How to contribute to the SaaS template?
for the PR purposes, maybe best to fork the repo first (https://github.com/wasp-lang/open-saas/), and then make a PR towards it
12 replies
WWasp-lang
Created by Ghar on 7/31/2024 in #đŸ™‹questions
How to contribute to the SaaS template?
awesome!! Looking forward to it, and seeing what you are building, feel free to share and we'll be happy to promote it đŸ™‚
12 replies
WWasp-lang
Created by Ghar on 7/31/2024 in #đŸ™‹questions
How to contribute to the SaaS template?
That would be very welcome! If the changes are general improvements, the best way to do them is to create a PR (Pull Request) for the Open SaaS repo. Is that something you've done before? If not, happy to provide more info on that. Btw are all of these 10 apps made with Wasp? đŸ˜„
12 replies
WWasp-lang
Created by skyblade2954 on 6/14/2024 in #đŸ™‹questions
Is there any contact us email integration?
this could be a nice addition for Open SaaS, our starter kit (https://opensaas.sh)
30 replies
WWasp-lang
Created by CamBlackwood on 5/31/2024 in #đŸ™‹questions
Optimal approach to fire a second query that depends on the result of a first query?
this might be really nice, super good feedback
34 replies