Progressive Web App
Production deployment Issues with large schemas (30+ models)
wasp build consistently fails with SDK Prisma client generation errors.
The issue: SDK generates stub types (20KB) instead of proper Prisma client (2.2MB), causing 88+ TypeScript errors....Is there a way to customize error messages: Save failed: user with the same identity already exists?
Error running wasp db migrate-dev on new project
Approach for long running backend operations
Running wasp start db locally errors
what is this problem i am not able to connect to db . is ts docker or my local setup??
Migrating database without resetting data
wasp build start
wasp build startrunning.
I always get the message, that the DATABASE_URL is not defined (from the prisma file).
But i run DATABASE_URL=<url> wasp build and even if i run DATABASE_URL=<url> wasp build start afterwards i get the exact same error.
What am I missing?...How to deploy to an existing Railway Project?
Deploy through github
Adding a new Email provider
Deploying WASP without DB
Install deps on docker
graphicsmagick, ghostscript)
They have a guide to do it: https://github.com/yakovmeister/pdf2image/blob/HEAD/docs/gm-installation.md:...How can I deploy a staging and a production environment in railway?
Questions
React crash (ReactCurrentDispatcher/ReactCurrentBatchConfig undefined) on Wasp 0.18
wasp db start Issues
client env vars
clientId: import.meta.env.REACT_APP_GOOGLE_CLIENT_ID || '',
appId: import.meta.env.REACT_APP_GOOGLE_APP_ID || '',
developerKey: import.meta.env.REACT_APP_GOOGLE_PICKER_API_KEY || '',...Heads-up: react-konva build break after @types/react 18.3 auto-upgrade