Wasp

W

Wasp

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

Join

Set-up Hosting SAAS Wasp on Digital Ocean

Hey all! I'm trying to set-up the basic Open SaaS Wasp application on Digital Ocean. I was able to get it running locally without any issues. I got the base version running from the "Getting Started" page locally. Saved that app on GitHub. Now I want to use the GitHub repo as a source for a Digital Ocean App Platform....

Multitenant

I am contemplating on vibe coding a multitenant saas with multiple subdomains, so basically for teams. The built in auth for opensaas has scant ways on how to achieve that, and my tries are just error ridden. any elegant way of doing that?

email verification

Hi, I have a wasp + open saas setup with a sendgrid api key to handle email verification, but I do not see any confirmation of emails being sent in the wasp terminal, nor do I see any emails in my inbox. I have setup the sendgrid account according to instructions. I also can't see that the sendgrid::setApiKey() is being called anywhere. I'm running the website locally in dev mode (wasp start)....

Best way to make local dev project accessible on my mobile in local network?

I'd like to test my WASP app on my mobile browser, and I am able to reach the frontend, but naturally it fails when it needs to perform and backend operation. What would be the proper way to configure it in WASP?

/app/src/client VS /app/src/server?

tldr; I'm struggling to understand what files (if any) should be in the /server vs the /client directory. Best practices? Security implications? Hi there, ...

error in main.wasp when PrismaSchemaFolder active.

Hello guys, I'm having the "Type error: Unidentified identifier: User typecheck" line 34 from main.wasp in "userEntity: User," I'm pretty new at wasp lang, but it all started when I changed to PrismaFolder organization. Any tip?

How to import "Routes" from another file into Main.wasp? If possible.

Hi guys, I'm looking for a way to define Routes in Wasp in a separate file (myroutes.wasp) and then import them into Main.wasp but I can't find anything from the documentation. Does anyone have a suggestion or a solution?...

Logging requestID / correlationID

Hey! I'm interested in your opinion on the best way to correlate all the logs for each request. I am concerned that once an app is deployed in prod, the multiple logs from the server would get mixed up and be difficult to troubleshoot. Is this something you have already dealt with in a WASP app?...

Language in LoginSignupForm.tsx

I'm building my first wasp based on the saas app template and I want to first translate everything to Spanish. I've changed the language everywhere but in the Language in LoginSignupForm.tsx I cannot as it is imported. So then I click to Log in, some text is in english. I would like to know if there is a multilanguage feature I didn't discovered yet, or if the test in LoginSignupForm.tsx can be changed....
No description

tsconfig error

Im using wasp opensaas and im getting this error when i run wasp start db wasp start db ❌ --- [Error] Analyzing wasp project failed: -------------------------------------...

Auth module should support multiple providers

Hello guys, I need some help with the auth module of the OpenSaas project. After enabling OAuth I was not able to support both Email and Google provider for a user. I created a user by email and password, and then after enabling Google Login I tried it with same email Id but it didnot let me to. Any idea to how to make it support multiple providers...

New deploy only on www. subdomain

I did a deploy yesterday but when i go to my app on example.com it doesnt show that deploy but when i go to www.example.com it shows all new changes... How come that? I use fly

Vite + esbuild errors in Wasp dev mode

Hey everyone! 👋 I’m working on App, built with Wasp + OpenSaaS. I successfully deployed the app to production (runs fine), but in dev mode (wasp start), I’m getting Vite + esbuild errors: [plugin:vite:esbuild] Transform failed with 3 errors:...
No description

Any plans to support Prisma/SQL Server? I know 🤦♂

I recently joined a team that uses sql server database. Now I cannot use wasp!

Railway server deployment fail

Hello, So I am currently trying to deploy my server and db to railway. I am using railways cli and I am following along in the wasp docs. When I do railway up, I get: Build time... (value)...

Is the security vulnerability fixed?

Is the vulnerabiity fixed in opensaas when starting a new project or it require manual fix?

Error with open-saas

I'm inside folder open-saas and I do wasp start to start the example and deploy it on local, but it's building another wasp app I have (and I just deleted) and starts also the deleted one

Error with Mage

I just discovered wasp and Mage I just created a dummy example to try it because I find it very usefull. I installed all dependencidies and when I run wasp start the localhost:3000 is a blank pare. This is my Home.jsx: import React from 'react'; import { useQuery } from 'wasp/client/operations'; import { getRestaurants } from 'wasp/client/operations'; import { Link } from 'wasp/client/router';...

Customise openSaaS template

Hello, I am planning to use openSaaS for my new saas. I am trying to understand how much I can customise the template? Can I just import my NodeJs components in it and just show them in a page? Or do I have to reimplement them in Wasp?

TypeScript issues:

wasp version 0.16.2 on Ubuntu having type safety issues that are crashing my wasp, i can't get started on developing I replaced the demo-app with something nearly identical, yet it throws cannot find type on this:...