vincanger
vincanger
This just happened to me as well: 1. Ran `wasp deploy fly launch cursor-template ams --org wasp` 2. Encountered the following error: ```sh $ flyctl postgres create --name cursor-template-db --region...
Fly at the time was having an issue so perhaps the db creation and app deployment overall failed because of that? Hard to say. Not at my laptop now but...
@Martinsos I extracted this job in the recent vertical code organization leftovers to `src/newslertter` . I also renamed it to `checkAndQueueNewsletter`, which corresponds to a `user.sendNewsletter` property. At the moment,...
relates to #278
hey @npenza, go for it! And, yes, if you're not using a route defined in the wasp config file, then you can use react-router-dom's `Link` component instead.
I left them blank as I didn't see a need for them. The MIT license is in the github repo so maybe we could link to that @Martinsos and remove...
this was fixed with v2.0, it seems!
Thanks for the contribution @npenza! Two things to consider: 1. I'm wondering why we can't use the `Link` component that Wasp exports since most (all?) of these links are routes...
@npenza check out the proposed solution I gave above. The Wasp Link component expects a type which is a union of the route strings, so it functions more like an...
@Martinsos what if we add something to the template UI (that they will obviously delete later) that alerts them to ignore the messages and explains the Dummy email provider +...