Serious issues with auth?
add PostgreSQL-specific indexes without Prisma drift?
pgvector
and need to create specialized indexes (HNSW for embeddings, GIN for full-text search) that Prisma doesn't support in schema.prisma
.
Problem:
1. Create a manual SQL migration with CREATE INDEX ... USING hnsw/GIN
2. The migration applies successfully ✅...DB Migration issues when syncing Prod and Dev DB
Wasp is not updating the .env variables.
Cannot find module 'wasp/...' on everything wasp related, on OpenSaaS.
Tips for using aider?
Prisma Connection Error (Too many clients)

railway deploy for existing app
Deployment fails from ‘AC
error TS2554: Expected 2 arguments, but got 3.
Best approach for creating a file on server side and allowing the client to download it
Adding GA events tracking
Deploying a Wasp app to a VPS
fly deploy error
Automatic Restart by AI Agent and zombie processes
Remove/destroy Wasp Fly.io deployment
CSP Header Issue with Railway Deployment - Need Help with blob: URLs
api error
Where is the latest and greatest GCP Cloud Run steps?
Is wasp auth really a better alternative when compared with supabase or clerk auth ?