mm
WWasp
•Created by mm on 11/4/2024 in #đŸ™‹questions
Update OpenAI to latest version Safe?
Is it safe to update OpenAI from
4.52.1
to 4.70.2
. I'm using Wasp 0.14.0
. When I try to update I also need to update zod6 replies
WWasp
•Created by mm on 8/8/2024 in #đŸ™‹questions
Uncaught Error when using prisma inside `app/src/server/utils.ts`
27 replies
WWasp
•Created by mm on 7/25/2024 in #đŸ™‹questions
How: Dynamic Email Sender configuration
Is there a way to set the Email Sender config in main.wasp dynamically depending on environment? Would be great if we can import values from
.env
in main.wasp14 replies
WWasp
•Created by mm on 7/19/2024 in #đŸ™‹questions
Switching wasp version, and/or running in Docker
Is there a way to switch wasp version, just like nvm for example? I can't seem to find anything from the docs -> https://wasp-lang.dev/docs/general/cli#miscellaneous-commands
Have anyone tried running everything inside a docker container? based from my understanding only the database is ran in docker
12 replies
WWasp
•Created by mm on 7/17/2024 in #đŸ™‹questions
Multi-Schema support for Postgres
How do I configure postgres multi schema support?
Here's the link to the prisma docs: https://www.prisma.io/docs/orm/prisma-schema/data-model/multi-schema
16 replies