ein
ein
WWasp
Created by ein on 1/10/2025 in #🙋questions
Looking for a Marketplace Boilerplate or Framework in Wasp!
Hi everyone! I'm excited to dive into building a marketplace SaaS using Wasp and wanted to reach out to see if anyone here has: Access to a "Marketplace" version of the Wasp boilerplate, or Has already built a marketplace SaaS framework in Wasp and is willing to share their work. Having an existing framework would really help me get straight to the design and customization phases without starting from scratch. If you've developed something similar or know where I can find resources or repositories related to this, I'd greatly appreciate your assistance! Feel free to share any links, tips, or even offer to collaborate. Thanks in advance for your support!
7 replies
WWasp
Created by ein on 1/3/2025 in #🙋questions
Deployment Error
Hey Wasp community! 👋 I'm deploying an OpenSaaS app to Fly.io from my M1 MacBook Pro, following the standard deployment docs: 1. Ran: wasp deploy fly launch myApp dfw 2. Set my environment variables (Google OAuth, SendGrid) 3. Updated OAuth redirect URLs in Google Cloud Console The deployment seems successful, but I'm getting CORS errors when trying to access the app: Access to XMLHttpRequest at 'https://myApp-server.fly.dev/auth/email/signup' from origin 'https://myApp-client.fly.dev' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. I've followed the deployment docs exactly and avoided any manual configuration since Wasp is supposed to handle this automatically. Has anyone else encountered this CORS issue with Fly.io deployment? Any suggestions that don't involve manually editing configuration files? Thanks! 🙏
31 replies