Learn about opensaas
Open SaaS template without some funcitonalities? (e.g., without Auth)
main.wasp
, but that yields errors because of Stripe related imports, so I go to the .tsx files that do those imports and remove them, but then I get errors because of these later imports that have been removed, and so on. Same thing happened with Auth.
Cheers!...Issue with Environment Variables after Binding Custom Domain on Fly.io
deploying to custom URL does not work consistently
Updating existing installations
Where should I deploy my open saas app?
Setting Fly.io machine configuration using wasp CLI deploy commands
Error calculating daily stats
//import { getDailyPageViews, getSources } from './plausibleAnalyticsUtils.js';
import { getDailyPageViews, getSources } from './googleAnalyticsUtils.js';
//import { getDailyPageViews, getSources } from './plausibleAnalyticsUtils.js';
import { getDailyPageViews, getSources } from './googleAnalyticsUtils.js';
Scheduling email sending with Pg-boss
ai-generated - 403
implementation of refinedev/inferencer
Stripe Test Integration
Handling logic for Buy options after a purchase was complete + commerce transactional features
Furthermore, for example, an upgrade should cause the customer to pay a gap pro-rata rather than have to pay the full amount again, and a downgrade if allowed should either 1) refund the customer the gap pro-rata or 2) not refund anything. Also, there should also be an option in terms of any subscription changes being deferred to the next payment cycle or being implemented on a pro-rata immediately-adjusted basis. ...
Invoicing?
SaaS setting/option not available during product setup in Stripe
Make sure you select Software as a service (SaaS) as the product type.I cannot find the SaaS setting/option during product setup in Stripe. I'm using a pre-existing Stripe account as a test which was never associated with SaaS products previously but rather hardware products. I don't know if I have to get some special type of Stripe account for SaaS specifically?...
Issue with stripe webhook in production
Is there any alternative to Stripe?
Lemon Squeezy Integration into OpenSaas (Alternative to Stripe)
Using action in backend