Wasp-lang

W

Wasp-lang

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

Join

OpenSaas usage for android / ios apps

Hello, .net dev here who enjoys working on mobile apps. I've used platforms like ionic in the past to deploy apps to android/ios store. Planning to dig into Opensaas more seems like a great starting point. I'm wondering if anyone as experience getting this setup to work on mobile apps? Possibly using a library like capacitor.js? Thanks!!

Preserving Query Parameters in Google Social Auth Redirects

I'm currently integrating Google Social Auth into our application. In certain instances, our login URLs contain query parameters. After users successfully authenticate through Google, we need to ensure that any query parameters from the original URL persist in the redirect URL. For instance, if a user clicks on the following link without an active login session: https://my-application/chat?message=hello...

server deployment issue

I'm deploying my app on fly using custom domain but my server is not connecting getting this error on logs
No description

Cascade Deletes with transaction

Hi! Loving Wasp so far. Just one question at this point. How do we take advantage of prisma.$transaction() in actions.ts in order to ensure all deletes are successful? Thank you!

Help about opensaas.

Hello. I'm trying to figure out how it works the saas, since i didn't saw any kind of instructions or what is supposed to do. Idk if is supposed to be like an Auto Agent or something, because i tried to make a task about making me a gmail and giving me credentials, but nothing happened nor received on the email i specified to be sent. I'm so lost.

about custom route

Does anyone try add a custom route follow the docs? Does not work for me. My res message not show up. The page is a nav bar with a blank background

Data Storage & CMS for Beginners?

Hi folks! Can someone tell me how to implement data storage (user settings & user files) and CMS (blog content) for beginners using OpenSaaS? Is it Prisma that helps with this? Do I need to look at Prisma docs?...

Multi-tenancy with WASP and Postgres?

Hello all! I'm testing out this awesome template, and was wondering if WASP is good for multi-tenancy? I'm assuming I my just need to create seperate databases for new clients. Has anyone done this before with success and was it secure?

Cannot install wasp

Hello guys! I'm trying to install wasp right now on my Windows computer by running this command
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
however I'm getting the error im attaching in this post. I've looked around tried changing things, versions of nvm, git bash etc... and cannot get past this error. Anyone else face the same thing?...
No description

Replit intégration

👋 Hello everyone, I hope you’re all doing well. I currently have a project on Replit – a chatbot utilizing OpenAI’s assistant API, capable of connecting to WhatsApp, Telegram, Instagram, and more. I was wondering if it would be possible to integrate my project into your open-source framework, Wasp. If you have any advice or recommendations, I’m open to all suggestions....
No description

database url

I changed the db folder name to prisma and when starting the server I get an error stating it cant find the db folder. I guess I need to change the path from /db to /prisma and think that if I add the database url to the .env that that may solve it. If that is the case where will I find my database url, and if not, where can I change the database url that is currently looking in the wrong place?

main.wasp question

I was wondering if there’s a way to keep the main.wasp tidy… how I could keep config, routing, entities and queries separate. Is there a way to split them on their own wasp files?

Business model

Hello, thank you for the great work! I'm thinking about using opensaas.sh for my next project but am concerned about the longevity of Wasp. Can you please clarify what is your business model?

Payment for Credits / Credit Balance System

Hello, Im currently going over the documentation and will try to create some stuff using the Open SaaS. Can anyone point me in the right direction to have payments turn into credits? The idea would be to have a credit system running where each user buys credits and then uses thoses credits to run apps. Thank you, great job on this!!...

TS2305 error on open-saas project

Hi everyone, I use the worderfull template open-saas (and I want a lambo), but I have a problem, I want to add a blog on my saas. - I have had a template of an article on my wasp.main - but in my web-app/src/entities/index.ts i have this message Le module '"@prisma/client"' n'a aucun membre exporté 'Post'.ts(2305)...

OpenSaas Blog deployment

Hey folks, what's the best way to deploy blog for OpenSaas? From what I see - it's a totally separate app that should be hosted elsewhere. Any guides on this?...

(Resolved)Modification of Signup form

How can i modify the signup page to allow for tier selection when a user is created?

Deploying to AWS

I've a request: In https://wasp-lang.dev/docs/advanced/deployment/manually, could the instructions for deploying to AWS be added as well?...

mage through cli

I'm trying to run mage with my own OpenAI token, the running locally section on Github (https://github.com/wasp-lang/wasp/tree/main/mage#running-locally) recommends doing it through wasp cli. I've gone through the CLI docs (https://wasp-lang.dev/docs/general/cli), need clarity on the following: 1. What is the command for adding my OpenAI token to the cli ? 2. How can I ensure that mage uses GPT-4 for all the steps (is there a flag or something?)...