CORS middleware wasp generate bug
cant access server after deploying
Hyper-V not available for Windows 11 Home

Custom endpoint missing context user
auth
field to true
, but when a request is received, there's no Authorization header and the context.user
object is null
even though the user is logged in. I'm not sure what I'm missing? Do I need to set the header manually?
For context, I have an API namespace applied to prevent the CORS errors I was experiencing initially.
```ts...Cannot find module 'wasp/server/email' or its corresponding type declarations.

How do you clear scheduled jobs?
Setting server secret env values and Stripe Webhook upon Fly.io deployment?
Issue with wasp start

In development mode can I change the hostname of the server to something other than "localhost?"
WASP_SERVER_URL
but it didn't work.waspc_datadir
Wasp bundles some TypeScript packages into the installation artifact (eg: deployment scripts), which end up in the installed version'sBut looking at references to the waspc_datadir, it's not used...waspc_datadir
. To do so in CI, it runs./tools/install_packages_to_data_dir.sh
.
Stripe Problem! Everything works on dev, but not on prod
I get a blank page after running "cd <my-project-name>wasp start" (already migrated the db).

Deploying Manually
prisma.authIdentity.findUnique()
invocation:...Hosting a Wasp project?
email send error
Would wasp be efficient enough for a bill payment web app?
Can I integrate wasp into existing React App?