wasp db migrate-dev Error
REACT_APP_STRIPE_CUSTOMER_PORTAL in Saas template
Cant find user table in production db after deploying to fly.io
Can't edit or delete users in admin panel
When we query any entity with child entities included, how to get types defined for those in client
Unable to create opensaas project
wasp command does not work in docker
Trying to install wasp within a docker image, and it always fail
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
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
Getting network errors when trying to authenticate when running app with remote database locally
When i'm running wasp db migrate-dev, that's what i get
database subscriptiontier and subscriptionstatus do not get updated on stripe completion
find-or-create with social login -- SaaS template
Struggling with initial installation (Mac, M2)
when im runnig wasp start db, db is not connecting, just this happens and that's it endlessly
wasp db migrate-dev could not resolve [email protected]
Installing mantine hooks got this error!
When i'm running this line - wasp db-migrate dev, Im getting this error
Uncaught Error when using prisma inside `app/src/server/utils.ts`
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.
...