Wasp-lang

W

Wasp-lang

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

Join

wasp db migrate-dev Error

``` wasp db migrate-dev 🐝 --- Compiling wasp project... -------------------------------------------------- ...

REACT_APP_STRIPE_CUSTOMER_PORTAL in Saas template

hello, how is REACT_APP_STRIPE_CUSTOMER_PORTAL defined in Saas template import.meta.env.REACT_APP_STRIPE_CUSTOMER_PORTAL...

Cant find user table in production db after deploying to fly.io

In dev I could easily delete users using the Prisma GUI, anyhow after deploy I can't seem to find the table containing the users. I am accessing postgers through the fly cli with flyctl postgres connect -a myapp-db postgres=# \dt...

Can't edit or delete users in admin panel

when loging in with an admin user and going to the default "users" pannel under menu there is an option to edit or delete each individual users. Anhow, these don't work for me yet. Is this expected or are they meant to work out of the box?

When we query any entity with child entities included, how to get types defined for those in client

Wasp version - latest 0.14 e.g. query getStandard { fn: import { getStandard } from "@src/standards/queries",...

Unable to create opensaas project

Hi! I don't know why i'm getting this error, trying to create a new project: ```...

wasp command does not work in docker

I am trying to install wasp within a docker image, but it keeps failing.

Trying to install wasp within a docker image, and it always fail

I am trying to install wasp within a docker image (to subsequently build the client app). But wasp version command keeps failing. Here is my dockerfile for reference. Can someone help me spot my mistake ```...

A possible bug: wasp deploy fly deploy resets the server URL

Hello Waspeteers! πŸ‘‹ When we use the wasp deploy fly deploy command, it looks like the server URL (env variable when building the client here: https://github.com/wasp-lang/wasp/blob/8d5530519bb5e99ec7d87caf3c807785f19954dc/waspc/packages/deploy/src/providers/fly/deploy/deploy.ts#L107) is being derived from the base name (https://github.com/wasp-lang/wasp/blob/8d5530519bb5e99ec7d87caf3c807785f19954dc/waspc/packages/deploy/src/providers/fly/DeploymentInfo.ts#L30). Can we override this somehow? We are using the deploy-action (https://github.com/wasp-lang/deploy-action) in our CI and our server URL is api.schooltendance.com. This gets reset to the fly.dev URL every time we 🚒....

How do I change the text that appears when I share my URL

How do I change the text that appears when I share my URL on something like imessage. right now it shows "My open saas app" like in the image attached
No description

Getting network errors when trying to authenticate when running app with remote database locally

I'm currently trying to test out some functionality locally that requires using the production database - I'm proxying requests to to a localhost port and can access the right data for sure (I can see it when I run wasp db studio) The specifc error I get is "ERR_CONNECTION_REFUSED"...

When i'm running wasp db migrate-dev, that's what i get

wasp db migrate-dev 🐝 --- Compiling wasp project... -------------------------------------------------- ...

database subscriptiontier and subscriptionstatus do not get updated on stripe completion

database subscriptiontier and subscriptionstatus do not get updated on stripe completion

find-or-create with social login -- SaaS template

Using the SaaS template, is there a way to get a sort of find-or-create behavior from social login? Take this case, for example: I go to /signup and signup with GitHub. I have an email [email protected]. If I try to go to /login and log in with google, the existing user should be found and logged in, no? What I’m seeing is that I get an error: β€œSave failed: user with the same identity already exists”. Wasp v0.14.0...

Struggling with initial installation (Mac, M2)

Have looked around and seen others with the issue, but really struggling to solve. WARNING: It looks like '/Users/user/.local/bin' is not on your PATH! You will not be able to invoke wasp from the terminal by its name. You can add it to your PATH by adding following line into your profile file (~/.profile or ~/.zshrc or ~/.bash_profile or ~/.bashrc or some other, depending on your configuration): export PATH=$PATH:/Users/username/.local/bin...

when im runnig wasp start db, db is not connecting, just this happens and that's it endlessly

wasp start db ✨ Starting a PostgreSQL dev database (based on your Wasp config) ✨ Additional info: β„Ή Connection URL, in case you might want to connect with external tools:...

wasp db migrate-dev could not resolve [email protected]

I'm using MacOS and I'm tryng to install OpenSaaS by following the guide but when I try to run "wasp db migrate-dev"(both node 18 and 20) I get the following error: ❯ wasp db migrate-dev 🐝 --- Compiling wasp project... --------------------------------------------------...

Installing mantine hooks got this error!

Mantine is a opensource UI library: npm install @mantine/core @mantine/hooks npm warn ERESOLVE overriding peer dependency npm warn While resolving: [email protected]...

When i'm running this line - wasp db-migrate dev, Im getting this error

🐝 --- Compiling wasp project... -------------------------------------------------- wasp: /home/runner/.cabal/share/x86_64-linux-ghc-8.10.7/waspc-0.14.0/Generator/templates/react-app/README.md: openBinaryFile: does not exist (No such file or directory)...

Uncaught Error when using prisma inside `app/src/server/utils.ts`

While working on creating jobs, I created a utility for logging inside the server/utils.ts I wasn't checking the front-end from time to time as I was testing the job using postman. However upon visiting the front-end @ localhost it doesn't work, it says uncaught error. ...
No description