jason
WWasp
•Created by jason on 4/15/2025 in #🙋questions
Accidentally cooked my db, start fresh from latest migration?
wasp clean did it! I tried wasp db reset on it's own but needed to do a wasp clean to really get it right and allow me to do another migration.
10 replies
WWasp
•Created by jason on 4/15/2025 in #🙋questions
Accidentally cooked my db, start fresh from latest migration?
it worked! All good now 👍
10 replies
WWasp
•Created by jason on 4/15/2025 in #🙋questions
Accidentally cooked my db, start fresh from latest migration?
nvm im about to just say screw it and run it and see what happens
10 replies
WWasp
•Created by jason on 4/15/2025 in #🙋questions
Accidentally cooked my db, start fresh from latest migration?
What do you mean when you say will remove "all generated code"? Will this affect more than just the DB?
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?
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