Vinny (@Wasp)
Vinny (@Wasp)
Explore posts from servers
WWasp-lang
Created by cking!M on 11/14/2024 in #đŸ™‹questions
Uploading files to server
Hey @cking!M I would suggest using AWS at it's much more secure and performant. If you still prefer to save files to your own db, follow the guide from the Open SaaS docs: https://docs.opensaas.sh/guides/file-uploading/#using-multer-to-upload-files-to-your-server
7 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #đŸ™‹questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
Awesome. Ok we will be in touch
26 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #đŸ™‹questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
We would feature your story and apps, of course đŸ™‚
26 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #đŸ™‹questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
Woohoo! Congrats, Ricardo. Would you be willing to talk about your growth story and share some info with @Milica for our blog?
26 replies
WWasp-lang
Created by Killshot on 10/19/2024 in #đŸ™‹questions
Even after setting auth:true in api end point in main.wasp api end point is not secure.
@Killshot Did you try the process @miho suggested above?
43 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #đŸ™‹questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
?
26 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #đŸ™‹questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
I think @Ricardo Batista is trying this out too with https://getaiblogarticles.com/ How are your SaaS apps doing Ricardo
26 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #đŸ™‹questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
haha a blog generator?
26 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #đŸ™‹questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
ok interesting!
26 replies
WWasp-lang
Created by NEROX on 10/30/2024 in #đŸ™‹questions
Error deploying after migrating to ^0.15.0
Did you ever get this resolved?
31 replies
WWasp-lang
Created by sim_sima_ on 11/4/2024 in #đŸ™‹questions
Password Reset for usernameAndPassword
Yep! to add additional fields to the signup process, read the guide in our docs: https://wasp-lang.dev/docs/auth/overview#customizing-the-signup-process
12 replies
WWasp-lang
Created by Sven on 11/2/2024 in #đŸ™‹questions
Context.user is null
It would be helpful if you supplied the code that throws the error you're getting, so we can evaluate the issue better.
10 replies
WWasp-lang
Created by Killshot on 10/19/2024 in #đŸ™‹questions
Even after setting auth:true in api end point in main.wasp api end point is not secure.
Just following up on this. Were you able to resolve your issue?
43 replies
WWasp-lang
Created by Ricardo Batista on 11/10/2024 in #đŸ™‹questions
Is there a simple guide on how to replace starlight-blog for another astro blog?
This is very cool to see your process. What is happening with semrush? Is it creating the blog article for you?
26 replies
WWasp-lang
Created by NEROX on 10/29/2024 in #đŸ™‹questions
Improve SPA PageSpeed (OpenSaaS) - Bad Score in Core Web Vitals
yeah I would
50 replies
WWasp-lang
Created by NEROX on 10/29/2024 in #đŸ™‹questions
Improve SPA PageSpeed (OpenSaaS) - Bad Score in Core Web Vitals
you don't need to use Helmet for that
50 replies
WWasp-lang
Created by NEROX on 10/29/2024 in #đŸ™‹questions
Improve SPA PageSpeed (OpenSaaS) - Bad Score in Core Web Vitals
btw for the first one, you can just add the meta description to the head field of your main.wasp file
50 replies
WWasp-lang
Created by NEROX on 10/29/2024 in #đŸ™‹questions
Improve SPA PageSpeed (OpenSaaS) - Bad Score in Core Web Vitals
wow this is really nicely made. Thanks for this! @miho maybe we could add this to your Learning Resources repo?
50 replies
WWasp-lang
Created by khb on 11/1/2024 in #đŸ™‹questions
Installing opencascade.js into wasp peoject (opensaas)
hi @khb did you find a solution yet?
15 replies
WWasp-lang
Created by john on 11/4/2024 in #đŸ™‹questions
How can i avoid that a user can "signup" twice with the same email address in wasp version 0.11.8?
@john I believe you'd have to import prisma within the signup function that you define here https://wasp-lang.dev/docs/0.11.8/auth/overview#1-defining-extra-fields and check if the user already exists, and if so, throw an error
12 replies