Is it possible to get extra fields including joins returned from `useAuth`
deploy only client with fly
Where can I find a complete reference of the available options in main.wasp?
Fly.io stopped deploying
The PostCSS plugin has moved to a separate package

Cannot apply unknown utility class
[plugin:vite:css] [postcss] Cannot apply unknown utility class: lg:h-[calc(100vh_-_5.625rem)]
[plugin:vite:css] [postcss] Cannot apply unknown utility class: lg:h-[calc(100vh_-_5.625rem)]

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).
