using ai after project creation
deployment issues
Custom authRequired = true
Problems with imports from WASP
How to implement Company Based Custom Auth For OpenSaaS ?
Modification of sing up. Add additional fields in sing up form and user entity.
white screen, how to debug?
Bug wasp db studio
Best practice for adding properties to User entity?
[ Wasp ] ext-src/server/scripts/usersSeed.ts(10,9): error TS2741: Property 'isCreator' is missing in type '{ email: string; username: string; createdAt: Date; lastActiveTimestamp: Date; isAdmin: false; stripeId: string; sendEmail: false; subscriptionStatus: string; datePaid: Date; credits: number; checkoutSessionId: null; subscriptionTier: TierIds; }' but required in type 'Omit<GetResult<{ id: number; email: string; username: string; createdAt: Date; lastActiveTimestamp: Date; isAdmin: boolean; stripeId: string; checkoutSessionId: string; subscriptionTier: string; ... 4 more ...; isCreator: boolean; }, unknown> & {}, "id">'.
[ Wasp ] ext-src/server/scripts/usersSeed.ts(10,9): error TS2741: Property 'isCreator' is missing in type '{ email: string; username: string; createdAt: Date; lastActiveTimestamp: Date; isAdmin: false; stripeId: string; sendEmail: false; subscriptionStatus: string; datePaid: Date; credits: number; checkoutSessionId: null; subscriptionTier: TierIds; }' but required in type 'Omit<GetResult<{ id: number; email: string; username: string; createdAt: Date; lastActiveTimestamp: Date; isAdmin: boolean; stripeId: string; checkoutSessionId: string; subscriptionTier: string; ... 4 more ...; isCreator: boolean; }, unknown> & {}, "id">'.
database migration error
Context entities in a query
just created new app, trying to create first user, user.create is failing
"No Exported Member" Prisma Issues occurring after reinstalled dependencies w/SDK exit code 2
Anyone got RAG working with WASP?
Error while seeding DB any ideas how to solve? #p2021
npm run db-seed
...
[ Db ]
[ Db ] > [email protected] db-seed
[ Db ] > npm run bundle && node --enable-source-maps -r dotenv/config bundle/dbSeed.js...affiliate program integration
Hello! thanks! I'm debugging a deployment with an additional Dockerfile
routing
Error 400: redirect_uri_mismatch
Deploy the app i build with wasp open-saas to self hosted (VPS)