cannot find module /auth/ui
Custom Aliases don't work after migrating from 0.15 to 0.16
Cannot find module '@/lib/utils' or its corresponding type declarations
. The aliases are recognized by VSCode without any problems so I'm not sure why wasp is failing on this. Below are my settings
main.wasp...Why prisma instead of drizzle?

Page with optional auth - How to get user data in React if the user is signed in?
authRequired: true
on a page in main.wasp, then I can get the user data just fine in the React front-end like:
export const MainPage = ({ user }: { user: AuthUser }) => {
export const MainPage = ({ user }: { user: AuthUser }) => {
authRequired: false
in main.wasp, then that user object is undefined.
...Ejected Dockerfile does not work
Setting NODE_ENV to 'test'
npm run db-migrate-prod && NODE_ENV=production npm run start
How can i manipulate this? I am using wasp deploy fly deploy
for the test deployment...New error in deployment
[1m[31m[!] [1mError: Could not load /app/.wasp/out/sdk/wasp/dist/server/index.js (imported by src/server.ts): ENOENT: no such file or directory, open '/app/.wasp/out/sdk/wasp/dist/server/index.js'[22m[1m[39m[22m
[2mError: Could not load /app/.wasp/out/sdk/wasp/dist/server/index.js (imported by src/server.ts): ENOENT: no such file or directory, open '/app/.wasp/out/sdk/wasp/dist/server/index.js'[22m
[1m[31m[!] [1mError: Could not load /app/.wasp/out/sdk/wasp/dist/server/index.js (imported by src/server.ts): ENOENT: no such file or directory, open '/app/.wasp/out/sdk/wasp/dist/server/index.js'[22m[1m[39m[22m
[2mError: Could not load /app/.wasp/out/sdk/wasp/dist/server/index.js (imported by src/server.ts): ENOENT: no such file or directory, open '/app/.wasp/out/sdk/wasp/dist/server/index.js'[22m
src/server.ts
in my codebase, any ideas here?...Does anyone use Drizzle instead of Prisma?
Puppeteer Scrapping: [ Server ] CAPTCHA detected!
Examples of creating session with wasp 0.16.0
createSession
but I can't find that anymore. Any suggested reading?About Wasp TypeScript config
main.wasp.ts related
main.wasp
before changing it to main.wasp.ts
. Followed the wasp-ts-config instructions carefully.
Problem: import { App } from 'wasp-config'
has no exported member 'App'. When I used go-to-definition on 'wasp-config'
, it sends me to run.d.ts
file. Is this normal?...Passwordless login?
"Property 'value' does not exist on type XYZ"- but it exists. What am I doing wrong?
ERROR: extension "vector" is not available
Does the Stripe integration support recurring flat rate with per seat pricing?
Is there a way to track if a user actually clicked the email verification link
Migrate found failed migrations in the target database (Error: P3009)
Creating an on-prem product?
React 19 support?