WASP AI feature - still using old OpenAI models?
gpt-4-0613
. How can I update this with the latest one: gpt-4-turbo
?RollupError
CSS bugs after installing shadcn
Trying to clone ChatGPT's UI for an multi-AI agent app powered by AutoGen
Dummy Email Provider OpenSaas
Deploying on fly.io
Lazy Loading React Components
Starting npm installwasp-bin: npm: streamingProcess: chdir: invalid argument (Bad file descriptor)
migrate-dev
or db studio
commands to work. Here are the errors I'm seeing. Anyone seen this before? Thanks!
1. wasp-bin: /home/joe/Repositories/saas-volunteer/app/.wasp/out/: removeDirectoryRecursive:removeContentsRecursive:removeDirectory: unsatisfied constraints (Directory not empty)
2. Starting npm installwasp-bin: npm: streamingProcess: chdir: invalid argument (Bad file descriptor)
They don't point to anything particular in my definitions:...TypeError: Cannot read properties of undefined
///
return context.entities.TipoEPI.create(....
///
...Is these a server side validation of isAdmin?
isAdmin
access rights to validate access to the admin page.
```const Dashboard = ({ user }: { user: User }) => {
const history = useHistory();
if (!user.isAdmin) {
history.push('/');...nextjs?
Where to actually code my feature?
Use .env.client : The 'import.meta' meta-property is only allowed when the '--module' option is 'es2
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.ts(1343)
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.ts(1343)
Hello,
Deploying a new Module as Separate App to fly.io
504 Outdated Optimize Depth when adding any UI library
schema errors how to solve
payment tiered access control middleware
Does Wasp support other LLMs such as Claude or open-source models from Hugging face?
checkStripePortalLInkExists in shared/constants.ts