matijash
matijash
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)
16 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
WWasp-lang
Created by Bonza on 6/1/2024 in #đŸ™‹questions
wasp start db hanging
the idea is actually that "wasp db start" hangs in your terminal, as long as the db is running. If you try opening another terminal window and run "wasp start" does it work?
7 replies
WWasp-lang
Created by tomas.morales on 5/27/2024 in #đŸ™‹questions
can i use wasp for big production apps?
super cool, thanks for sharing đŸ™‚
21 replies
WWasp-lang
Created by tomas.morales on 5/27/2024 in #đŸ™‹questions
can i use wasp for big production apps?
super cool! thanks for sharing đŸ™‚ Can you share the co's site if its public? Would love to see which sort of apps you're building
21 replies
WWasp-lang
Created by tomas.morales on 5/27/2024 in #đŸ™‹questions
can i use wasp for big production apps?
btw what kind of app are you looking to build, would be super interesting to hear if you can share anything đŸ™‚
21 replies
WWasp-lang
Created by alexaspalato on 5/24/2024 in #đŸ™‹questions
Vercel AI Sdk
for sure! Our expert @miho who recently built a pretty cool AI app with Wasp will be able to share more ideas đŸ™‚ https://dev.to/wasp/wasp-x-supabase-smokin-hot-full-stack-combo-ioe
13 replies