Results 39 comments of ben

@exekias how are you imagining the Docker image will help? I think we either need the Docker image to have a REST/HTTP API, or we need an easy way to...

Is there a recommended way at the moment for having sharing notifications on self-managed Grist? I don't need complex email notifications, just a simple invite notification when you are added...

In general, I'd suggest fully completing portion 2 of this (Application Separation) as a smaller task before tackling anything else here. For most users who will self host, 2 will...

@JhumanJ > Laravel is just a PHP framework so we do need a web server (nginx in our case). It seems to to me that's this is the recommended way,...

@ezhil56x `php-fpm` is the way to go. On a VPS, you'll run Docker Compose, in which case the NGINX that exists in a separate container is available. On Kubernetes, the...

Any suggestions on how to debug this in the meantime?

Here's my repo - just pushed. https://github.com/ben-pr-p/grist-artifacts Haven't written a real README yet, but I don't think I'm doing anything out of the ordinary from the React Router starter template....

I tried to run `console.trace()` inside of `node_modules/miniflare/dist/src/workers/core/entry.worker.js`, but it appears that console.logs in there don't make it to my console