Results 34 comments of Raphael

Yes, I do get info: == grist.externalStorage.minio.url: minio://btp-gt/docs/ But the extra path does not appear in MinIO, working docs still get snapshots, and non-working still don't. Ah, upon creating a...

Is Redis caching MinIO access paths? I thought Grist was loading docs from MinIO, but all content etc. does continue to appear despite the change in paths.

Okay so we have found the issue (empty `GRIST_DOCS_MINIO_PREFIX`… blame me for counter-productive KISS…), but not the reason why it only bugs part of the time.

> Could you try not setting `GRIST_DOCS_MINIO_PREFIX` in your environment, and see if it still happens? (It will default to `docs/` in that case.) That's the reason indeed: Grist does...

> FYI, I could reproduce the issue with the above patch, that's indeed surprising 👀 Great, so we are certain about the origin. Some more experiments absent `GRIST_DOCS_MINIO_PREFIX` -> ✅...

This would be very helpful! Image workflows can be made much simpler by copy-pasting from image editing software (with export to clipboard, instead of export to file) to Grist (no...

> Paste events are tricky, because they only apply to editable elements, such as a `textarea`. My understanding of [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) is that is is not a strict requirement (anymore?)...

@phil-aznz Could you narrow it down to a specific cron job?

I strongly support this! That would be a great UX improvement 😄 In the meantime, here are workarounds: **1 & 3** : the Grist RUC approach: https://github.com/tomnitschke/gristruc/blob/main/README.md consumed by cells...