Pulling new changes for OpenSaaS/Wasp while maintaining my own repository on GitHub
Edit Body Tags
min-h-screen
to prevent a whitespace being created underneath the footer when scrolling, but I'm unable to add the settings to body...I want to have a trial period before the payment start kicking in. How do I do that?
trial_end= and billing_cycle_anchor= , I don't know how to go about doing that in the Prisma....
actions
how do you guys manage dev and prod deployments?
Setting Environment-specific Values in main.wasp File
og:image
as "https://www.staging.com/public-banner.png", whereas in production, I'd like it to be "https://www.production.com/public-banner.png"....Node version conflict between wasp and astro
wasp db migrate-dev and wasp db studio not showing any output during installation of Open-SaaS
wasp db migrate-dev
, I see no response from the terminal. Running wasp db studio
likewise returns nothing. In docker I can see the volume wasp-dev-db-SaaSTemplate-1f16d4fc1d
and a postgres image.GPT-4 tells me I should see a prisma schema file created in the open-saas directory, but I don't see one. ...
Why not Node 20 yet and still npm to install packages
Oauth redirects to localhost:3001 instead of 3000
Use Oauth protocol with other than Google or Github
Using actions inside workers - is it possible?
import markTodoAsDone from '@wasp/actions/markTodoAsDone.js';
import markTodoAsDone from '@wasp/actions/markTodoAsDone.js';
can I add a assets on the server side? a folder a config file etc
How do I resend an email verification email?
file download from s3
hi why iam this problems?:
Jobs - Output type error following the example in docs
``
export const foo: MySpecialJob<Input, Output> = async ({ name }, context) => {
console.log(
Hello ${name}!`);...Wasp developer?
OpenSaas usage for android / ios apps
Preserving Query Parameters in Google Social Auth Redirects
https://my-application/chat?message=hello
...