Wasp

W

Wasp

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

Join

How can I edit the credits amount

How can I edit a specific user's credits amount while on deployment ? Im using opensaas temaplte

Site works in dev but in production is not working

Hello again friends! We've finally launched to production! šŸŽ‰ https://siteengineer.com.au/ The site works when I run it in development mode, however, after launching, the login option disappears and the website doesn't seem to work (though it still builds). I've included the command line output which shows several errors I'm unsure about, along with the errors that VS Code outputs when I launch the site. Would anyone have any suggestions? my version is 15.1 (updated from 14.x), my platform is windows / wsl2. all errors are attached :))...

Mandatory email verification

Hello everyone! Is there any way to enforce email verification before login? The OpenSaaS template somehow allows login without verification. Is there a field in the User entity that is responsible for this?

I get error with the job geting daily stats

I get error when getting dailystats see below:

Custom Sign In

I want to create a custom sign in, is that possible?

Something wrong with SEO?

Hello everyone, Almost a month ago I launched datanext.app (WebApp built with Wasp) but I'm experiencing serious problems with Google SEO. I have uploaded the sitemap https://datanext.app/sitemap.xml at Google Search Console and 6 pages were successfully indexed....
No description

Vercel ai chatbot

Is it possible to use vercel-ai-chatbot library to integrate a chat window into a wasp project

Docs on LEMONSQUEEZY_STORE_ID missing

Hey! I can't find docs about setting LEMONSQUEEZY_STORE_ID. It's pretty easy to find out how to do it but maybe it should be in the docs?...

is there a solution to make the app in french ? or change the application language.

I want to make the saas app in french is there suggestions for solutions

Issue with installation

Hi šŸ‘‹ I'm trying to install the SAAS template from wasp but I'm running into issues (I think) because there is no feedback from the wasp start command I can't even tell what's actually causing the issue. This is on WSL on windows, on node 20 I suspect it might be having issues because it's already been an hour, and it shouldnt' take this long. I saw a similar issue in the search with a suggestion to create the folder inside of WSL itself but that hasn't helped either...
No description

Enable dependabot

Hi, I would like to enable Github dependabot in my open-saas project. At the moment, it is failing due to the local dependency on "wasp" in the package.json file: "wasp": "file:.wasp/out/sdk/wasp"," ...

Import JSON in env.server ?

Iā€™m losing it, Iā€™m trying so many methods to import my Google vertex service account credentials which are in JSON format. Anyone know howwww...

Redirect user if authenticated?

Is there a way to do a server-side redirect if the user is authenticated? i.e: if a user is logged in, I do not want them to be able to go to the /login page, and should instead be redirected back to their /dashboard . ...

update wasp after usemage.ai creation

I have created an app use msemagi.ai. I have a lot of changes to customize the app, but need to update to version 0.15.0. who to do this?

Upgrade memory of fly.io database

I know this maybe is not the place to ask but what is best practice for upgrading memory of fly.io database postgres? I right now have 223 mb but it somehtimes runs out of this, so maybe adding like 1gb is good? any tips on how to do this?

Where is the /src/payment/paymentProcessor.ts?

In this link it says https://docs.opensaas.sh/guides/payments-integration/ go to /src/payment/paymentProcessor.ts but where it is?

i can t create account with same email and passwords

I can create account with the same info, when i try to connect to the accoutn it doesnt work GitHub - LifeTakerSimo/saas_base

Caching requests

I'm returning signed audio urls from cloudflare, wanted to know if there was a way with useQuery to cache that, and not rehit the API

fly deploy pointing to wrong server URL

I am trying to deploy a postgres + websockets Wasp app to Fly, following the deploy instructions here: https://wasp-lang.dev/docs/advanced/deployment/cli App works correctly locally. I ran: wasp deploy fly launch my-wasp-app mia ...

Remove cookie consent banner

I am implementing Adsense and Google automatically injects me its own Cookie consent banner. I would like to make the Wasp CookieConsentBanner from the OpenSaas template not to appear.
No description