Vinny (@Wasp)
Explore posts from serversWWasp
•Created by Noah on 1/25/2025 in #đŸ™‹questions
What are best practices for tweaking caching for react-query through wasp?
keep sharing your progress and what you learn with the Open SaaSers. it's really helpful to us all (even me -- especially me đŸ™‚
27 replies
WWasp
•Created by Noah on 1/25/2025 in #đŸ™‹questions
What are best practices for tweaking caching for react-query through wasp?
Looks great! where are you marketing it now?
27 replies
WWasp
•Created by vance_solar on 2/22/2025 in #đŸ™‹questions
Custom Aliases don't work after migrating from 0.15 to 0.16
@miho or @wardbox perhaps can be of help here.
22 replies
WWasp
•Created by Kynetix on 2/23/2025 in #đŸ™‹questions
cannot find module /auth/ui
@Kynetix can you share the code this is affecting?
8 replies
WWasp
•Created by yalcinos on 2/23/2025 in #đŸ™‹questions
TypeError: Cannot read properties of undefined (reading 'REACT_APP_STRIPE_MODE')
glad you got it fixed. We are adding Zod validation in the next Open SaaS update đŸ™‚
12 replies
WWasp
•Created by mario.p on 2/17/2025 in #đŸ™‹questions
"Property 'value' does not exist on type XYZ"- but it exists. What am I doing wrong?
Youre welcome!
12 replies
WWasp
•Created by mm on 2/13/2025 in #đŸ™‹questions
Error when I installed puppeteer and turndown
great! please do. đŸ™‚
30 replies
WWasp
•Created by Noah on 1/25/2025 in #đŸ™‹questions
What are best practices for tweaking caching for react-query through wasp?
Awesome! sounds interesting. I'd love to take a look at it as I'm currently making content around marketing on saas stuff on tiktok
27 replies
WWasp
•Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
đŸ’£
32 replies
WWasp
•Created by seppulcro on 2/15/2025 in #đŸ™‹questions
authRequired custom fn
What are you looking to customize?
18 replies
WWasp
•Created by Noah on 1/25/2025 in #đŸ™‹questions
What are best practices for tweaking caching for react-query through wasp?
27 replies
WWasp
•Created by Noah on 1/25/2025 in #đŸ™‹questions
What are best practices for tweaking caching for react-query through wasp?
Wasp is opinionated about how react-query works out of the box, so you'll have to configure the settings for it in a client setup function. Check out the docs here: https://wasp.sh/docs/project/client-config
27 replies
WWasp
•Created by isaiah on 2/19/2025 in #đŸ™‹questions
main.wasp.ts related
@Filip might wanna check out this issue. sounds like a potential bug?
19 replies
WWasp
•Created by mario.p on 2/17/2025 in #đŸ™‹questions
"Property 'value' does not exist on type XYZ"- but it exists. What am I doing wrong?
It looks like the Bot gave you the half of the right answer.
What you need to do is modify your return type on your
getUserInstructors
operation so that it returns a (UserInstructor & { user: { username: string } }
type
@kapa.ai can you show us how to improve the following function so that the return type includes both objects being returned by the function:
12 replies
WWasp
•Created by Noah on 2/17/2025 in #đŸ™‹questions
Passwordless login?
Does that answer the question or do you need more info?
6 replies
WWasp
•Created by Jake on 3/9/2024 in #đŸ™‹questions
Passwordless authentication
@miho can answer you best here.
14 replies
WWasp
•Created by Kerry Ritter on 2/15/2025 in #đŸ™‹questions
Restarting language server constantly?
Added it too. Let's see how it goes. Thanks @genyus
Also, @Kerry Ritter report back please and let us know if that fixed things for you. đŸ™‚
14 replies
WWasp
•Created by Kerry Ritter on 2/15/2025 in #đŸ™‹questions
Restarting language server constantly?
Oh nice tip. check it out @Filip.
14 replies
WWasp
•Created by mm on 2/13/2025 in #đŸ™‹questions
Error when I installed puppeteer and turndown
yeah it looks like that's what's happening. I made an issue for it here: https://github.com/wasp-lang/open-saas/issues/370
30 replies