emailSender.send erroring 404 page not found
EMAIL variables SMPT same in production and development but on production it doesn't send email
Failed to load user data

Just discoverd wasp
google authCannot GET /auth/google/login
I get an error when creating externally facing APIs.
api healthCheck { fn: import { healthCheck } from "@src/server/health", httpRoute: (GET, "/health")}
When running the above api declaration on my main.wasp, it should create the API types when 'wasp start' is running. However, in the func the import type, i get the error that
Module '"wasp/server/api"' has no exported member 'HealthCheck'.ts(2305)
on the import type in my logical function. I'm not sure if this is a bug or if i'm doing types wrongly....Getting "An unknown error occurred while trying to log in with the OAuth provider." on deployed app
I have added a enviroment variable REACT_THUMBNAIL_URL_PREFIX in .env.client file but i can't use it
how do i seed my database
wasp start db
....Production Build Issue After Upgrading to WASP 0.17.1
Railway template
run prisma studio on coolify database
Layout

How long do email verification tokens take to expire?
Transfer Stripe Subscriptions
Migration Issue from 0.16 to 0.17.1 - TypeScript Errors (OpenSaaS)
I want to create an env variable called supabase_url how can i create it and use it in front end