when im runnig wasp start db, db is not connecting, just this happens and that's it endlessly
wasp db migrate-dev could not resolve [email protected]
Installing mantine hooks got this error!
When i'm running this line - wasp db-migrate dev, Im getting this error
Uncaught Error when using prisma inside `app/src/server/utils.ts`
server/utils.ts
I wasn't checking the front-end from time to time as I was testing the job using postman.
However upon visiting the front-end @ localhost it doesn't work, it says uncaught error.
...Best way to use jobs/workers
Has anyone succeeded in using leaflet package with opensaas? (Could be a Vite issue?)
[ Client!] The request url "/../app/node_modules/leaflet-draw/dist/images/spritesheet.svg" is outside of Vite serving allow list.
...Opensaas with new wasp version failed to install dependencies
Correct way of using environment variables when deploying via CLI
wasp deploy fly cmd secrets set GOOGLE_CLIENT_ID=<...> GOOGLE_CLIENT_SECRET=<...> --context=server
wasp deploy fly cmd secrets set GOOGLE_CLIENT_ID=<...> GOOGLE_CLIENT_SECRET=<...> --context=server
Migrating Wasp / OpenSaaS app from 0.11.8 to the latest version
Query an entity throws "unexpected token: entities" Error
What is the best place to initialize tracking on the backend
S3 files can't update
Auth hooks not triggering
How do I access the user's email when they signed up with google
Unable to tunnel to production db
wasp start db
."Dynamic Route
redirect incoming request to a path with a new header
/blog*
? I am trying to add an Astro blog to our app which will be on a different machine. So all requests to /blog need to be routed to the Astro machine. I am using Fly so there is an easy way to do this using the Fly-Replay
header.
Here's the implementation in Express
app.all('/blog*', function replayToBlog(req, res) {...Entire app being invisible if ad blocker is enabled
blank page