Mrr
WWasp-lang
•Created by Mrr on 9/26/2024 in #đŸ™‹questions
scheduling feature
In my wasp project I want to add a feature where user can schedule when they want emails to come (eg: daily or weekly once every Monday or monthly) so each user can schedule when they want. How can I implement this feature??
22 replies
WWasp-lang
•Created by Mrr on 9/24/2024 in #đŸ™‹questions
cron job not working
When I set cron for every 5min , 30min, 24 hours like this it's working. But I when I set it at a particular time and a particular day (eg every Monday 2pm) it's not working.
18 replies
WWasp-lang
•Created by Mrr on 9/24/2024 in #đŸ™‹questions
how to remove email verification for creating account??
I want user to be able to create account with username and password with no email verification. I commented out the email past in main.wasp and it has removed the login form in the ui (only Google auth is there in ui) . Is there any way to skip this email verification??
20 replies
WWasp-lang
•Created by Mrr on 9/5/2024 in #đŸ™‹questions
Wasp issue
[ Wasp ] error TS2307: Cannot find module 'wasp/server' or its corresponding type declarations. Getting the above error when doing wasp start. Like I made changes main.wasp everything. Any way to solve this?
16 replies
WWasp-lang
•Created by Mrr on 9/5/2024 in #đŸ™‹questions
Real time change in UI
Hey guys, so when I make any changes in the code. I have to do wasp start everytime. And it's taking lot of time for me. When I change anything in code I want it to be reflected real-time in the website. Is there anyway to do this???
15 replies