jason
WWasp
•Created by jason on 2/14/2025 in #đŸ™‹questions
How can I log the 'request-password-reset' email in the server console while using the Dummy sender?
Success! Got it working properly :wizardboi: sorry for opening a new thread before fully understanding the issue! If someone wants to delete this then please go ahead.
10 replies
WWasp
•Created by jason on 2/14/2025 in #đŸ™‹questions
How can I log the 'request-password-reset' email in the server console while using the Dummy sender?
Nevermind. I've made a mistake via a fundamental misunderstanding of Wasp auth. For some reason users created via my invite system have null values in their "auth" column in the prisma 'User' model. I suspect this is why the request-password-reset isn't sending anything.
10 replies
WWasp
•Created by jason on 2/14/2025 in #đŸ™‹questions
How can I log the 'request-password-reset' email in the server console while using the Dummy sender?
Does a lack of a Dummy email output imply that it's failing somewhere? It's returning 200 in the server console, but this is ALL that I see upon submission:
[ Server ] POST /auth/email/request-password-reset 200 1056.386 ms - 16
10 replies
WWasp
•Created by jason on 1/26/2025 in #đŸ™‹questions
How do I access Prisma Studio for my Wasp app that I've deployed on Fly.io?
I wasn't able to do so exactly as described unfortunatly, it would have been nice to use the Prisma Studio, but I managed to connect directly to postgre via the shell :)
6 replies
WWasp
•Created by jason on 1/23/2025 in #đŸ™‹questions
Fly.io stopped deploying
Well, I deleted the node_modules and installed them again and after the 3rd or 4th time it deployed...
8 replies
WWasp
•Created by jason on 1/6/2025 in #đŸ™‹questions
I messed up my db migrations...
Thank you, this is SUPER helpful!
12 replies
WWasp
•Created by jason on 1/6/2025 in #đŸ™‹questions
I messed up my db migrations...
So wait, in the future, if I make a migration then later need to roll back, how can I do so without losing all my data?
12 replies
WWasp
•Created by jason on 1/6/2025 in #đŸ™‹questions
I messed up my db migrations...
Ok, thank you bot!! That actually helped me immensely.
rm -r migrations/
wasp clean
wasp db migrate-dev
That worked! This whole "migration" step still seems so incredibly bootleg, but nonetheless we push forward đŸ˜¤
12 replies