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?
SDK Build failing even after setting up DB commands
WSL Install Errors: EISDIR & symlink
Questions About Transitioning from Next.js to Wasp and Alternative Services for a SaaS Project
authRequired custom fn