Wasp

W

Wasp

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

Join

Job paths not resolving

I've been defining jobs the normal way (at least in wasp 0.14), and the compiler will not resolve the paths, even after manually rewriting them several times. job updateYTStats { executor: PgBoss, perform: {...

Is there any issue with > 1 job running simultaneously when the server is deployed on one machine?

I'm running a few jobs on invervals that might overlap. If I'm deployed on one machine, could that cause any issues?

schema.prisma dont respect previewFeatures

Im using in prisma: previewFeatures = ["postgresqlExtensions", "prismaSchemaFolder"] for larger project one schema file is impossible to manage specially in bigger teams....

I need help to deploy my app to Render.com

I have read both Wasp's and Render's documentation. As a newbie I am a little bit unsure of the right procedure. My app structure consists of: 1. The Database (Prisma/PostgreSQL) 2. A Python FastAPI backend using uvicorn. 3. The Wasp App...

Is there a way to get user pass the login page when clicking verify email link?

It's a bit demanding to get the user enter email and password again, after verifying the email. How can I get the user directly go to my app and get past the login step?

Is it possible to set up tab title in wasp file? Or do we need to set it up directly with React?

I want to be able to optimize my SEO pages, and to change the logo / title of tab directely in page. Is it possible with wasp? Or do I need to set it up after the loading of the page with React tools?...

How to redirect from server in google oath 2.0 to my new domain?

Hi, having issues with redirecting from google oath 2.0, which points to the fly io server (ai-creations-central-server.fly.dev/auth/google/callback) for the authentication, and it works succesfully. But when logging in using google auth, it redirects to the fly io dns: https://ai-creations-central-client.fly.dev/ ...

I want to add a row to another model when a user signs up besides User

How could i add another row to another model related to the User model when a user signs up succesfully. I wnat to do this whenever the row for a user is created

CORS Issue

Wasp version: 0.13.2 Backend: https://api.mydomain.com I have read other issues regarding CORS and I have deployed everything as the documentation recommends: ...

Presistent job in background

Is it a bad habbit to have a presistent job running in the background that gets some information from a third party endpoint for a user. This job would retrieve any new orders for each user and updates it in the dashboard such that it is up to date and realtime. If it is not a bad practise how would i best do this, also how can i see the impact of this on the server.

Help with domain and server/client url

I have the domain coolthing.nl now when i add this custom domain using fly.io what does the server and client url change to? Right now it is: https://coolthing-server.fly.dev and...

Custom Backend URL is not getting set for Client

REACT_APP_API_URL issue I'm unable to set a custom backend domain for my webpage. It's a Wasp issue that appears to ignore the REACT_APP_API_URL=https://api.spellfast.ai client-side variable. I've already added CERTs and DNS records for the custom BE URL. ...

Getting BufferArray error while trying to deploy via Fly

Here is the last few lines of the console logs i get... when i run wasp deploy fly deploy command

Stripe: Coupon codes at checkout

How to set Coupon codes at checkout?

What do you guys suggest if I don't need Authentication or Authorization

Let's say I don't need Authentication or Authorization for my OpenSaaS project what do you suggest me to do? Should I manually remove, or is there a straight forward way to do it?

How can i check size of my fly.io database size?

In fly I want to know how I can see the size of my fly.io database postgres. Like how much % of size is taken already I know not really wasp related but i know some people understnad this well and done it before....

Wasp 0.15 supports mailgun EU??

Hey guys so I am currently in 0.14 version where wasp doesn't support mailgun EU. So In the new version 0.15 does it support EU??

When do I have to run wasp db migrate-dev for Open Saas?

When do I have to run wasp db migrate-dev for Open Saas? Running wasp db migrate-dev takes about an Hour and really slows things down for Development

What is ERR_UNSUPPORTED_DIR_IMPORT (in .wasp generated code) and how to resolve?

Server is crashing at launch, and repeating the same errors on loop (forever). šŸ” Validating environment variables... node:internal/errors:496 ErrorCaptureStackTrace(err);...

MFA Support

Is there a plan to add MFA support to auth flow, either via TOTP other means?