gristlabs_grist-core/app
Spoffy a5c9a494df
Fixes an import error when using S3/Minio with no redis (#1224)
## Context

Error is caused due to these steps:
- File is uploaded to Home server and attempts to import
- Import ends up in `claimDocument` in `HostedStorageManager`
- Tries to read doc metadata from DocWorkerMap, gets 'unknown' as md5 hash
- Thinks local doc is out of date and erases it.
- Downloads a non-existent file from S3, so import fails as it has no data.

## Proposed solution

This fixes it by checking for DummyDocWorker's special 'unknown' MD5, forcing an S3 check.

## Related issues

https://community.getgrist.com/t/no-metadata-for-imported-grist-document/6029/32
2024-10-07 05:42:27 +01:00
..
client (core) updates from grist-core 2024-10-01 11:54:40 -04:00
common (core) Add remaining audit log events 2024-09-30 13:38:17 -04:00
gen-server Fixes an import error when using S3/Minio with no redis (#1224) 2024-10-07 05:42:27 +01:00
plugin Move phab docs to /documentation (#882) 2024-03-05 08:35:48 -05:00
server Fixes an import error when using S3/Minio with no redis (#1224) 2024-10-07 05:42:27 +01:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00