Wasp

W

Wasp

Join the community to ask questions about Wasp and get answers from other members.

Join

Alternativa WS3

Can I use Backblaze in storage instead of using Amazon's S3?

OpenSaaS.sh Wasp workflow with WSL and Cursor

Does anyone know the best way to set up the Cursor environment to work properly with Wasp and WSL? I'm using the OpenSaaS.sh template with wasp. Currently I'm opening the project by right clicking on the folder in the WSL File Explorer, then selecting "Open with Cursor". Sometimes it works and sometimes it doesn't (WSL crashes and I have to restart). I have the WSL Cursor extension installed. If this is the wrong place to ask I apologize. I just figured we might have some OpenSaaS.sh people in h...

auth wasp language

Is it possible to edit the auth generated by wasp? I would like to internationalize the form content for multiple languages. https://wasp.sh/docs/auth/ui

Api requested from external wasp app

How do I implement an api from my wasp app that sends data to an external application?

CORS Error When Accessing Deployed App Via Fly.io

Hey @kapa.ai - I carefully followed the guide to deploy my OpenSaas app to Fly.io using a custom domain, but when I navigate to my app in the browser via https://xyz.app, I get the following console errors: Access to XMLHttpRequest at 'https://xyz-server.fly.dev/auth/me' from origin 'https://xyz.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.Understand this error xyz-server.fly.dev/auth/me:1 Failed to load resource: net::ERR_FAILED ...

I'm using Open SaaS and I want to disable email verification as I'm creating accounts from Admin

I want to create user account from admin with a default password and then trigger a mail that conveys the username and password with a login link. on first login I want to compel the user to change the password....

outlook blocking emails

outlook block emails to create account or forget password

Need Help with Production Deployment on VM (AWS/GCP)

Hey @kapa.ai ! Has anyone here done a production deployment directly on a VM (AWS/GCP) — where you build the Docker image inside the VM and deploy it there? I’ve been trying to do this for the past two days, but keep running into frustrating issues: - The bundle folder isn’t being generated - Files like package.json, node_modules, etc., are reported as missing — even though they do exist in the directory...

Multi-Tenant Authentication

I'm implementing multi-tenant authentication with custom OAuth state parameters using Wasp's auth hooks. I have a onBeforeOAuthRedirect hook configured in my main.wasp file like this: auth: {...

App.tsx additional layouts

I added two different layouts for differnt pages in my app. But now i have an infinite loop of rerenders. Not sure why. Here's my App.tsx now: const fullScreenRoutes = ['/map', '/landing-page']; const StandardLayout = ({ children }: { children: React.ReactNode }) => (...

Wasp Deployment

So i see you have a deploy command and if i want i can have my ai agent just that command to deploy to fly.io but i im coming from firebase app hosting and i love the pipeline i had whwre i would push to the repo main branch and firebase would automatically deploy that.
Can i achieve the sane with git workflows using your deploy command?...

Connect to fly.io database

Hello friends, does anybody know how to find the information to connect to the database hosted on fly? I would like to view my production database, even better if i can do this with prisma studio 🙂

Demo page with `wasp new <project-name> -t saas` can't launch due to missing OpenAI API key

Is there a way to use wasp new <project-name> -t saas but simply disable OpenAI? I still think it should not crash the whole build and launch process at wasp start simply because no API key was provided in the .env.server.example

Can i add ssr only in one page?

I have an external page that will be fed with one page param (different for every user) and i want the items that being fetched to be on server side so all my api calls not being seen. Could this be done or? basically is a different page every user can upload images or videos so they get their own space on s3. Problem is i want to pass on param the user and get me different things (like one static image names etc)...

Pg-Boss error

Hi everyone, I'm trying to deploy my wasp app using fly managed postgres, just cause is better for production. But I get this error:...

Custom landigpage and header/navbar

I want to implement a custom landingpage and navbar. I see different files with different files for the navbar, which to change? My new header file has the navbar in it, do i need to change that too? What are important points to consider taking with the new navbar.

best way of implementing blog posts

what is the best way to implement a page where i can post blogs.

Types issues

Hey Kapa, for a "count", how will be correct? GetPaginatedUsers operations.ts...

JavaScript heap out of memory

after wasp start or wasp build: ```[ Wasp !] [ Wasp !] <--- Last few GCs ---> [ Wasp !]...

Why not Django, Rails etc?

Hi Sorry if this is a dumb question. I’m new to all this. Why not Django, Rails or Laravel? What value is Wasp adding?...