Uploaded files disappear after refresh when using MinIO (logo)
### Uploaded files disappear after refresh when using MinIO (Bigcapital 2026‑03‑15 release)
**Issue Summary**
When using MinIO instead of Amazon S3, file uploads appear to succeed and show up in the UI immediately after uploading. After refreshing the page, the uploaded files no longer appear in Bigcapital, even though they do exist in the MinIO bucket.
**Environment**
- Bigcapital version: 2026‑03‑15 release
- Storage provider: MinIO (self‑hosted)
- Bucket: bigcapital
- Uploads folder: exists and writable
- Docker environment: yes
- S3 config:
S3_REGION=us-east-1
S3_ACCESS_KEY_ID=minioadmin
S3_SECRET_ACCESS_KEY=minioadmin
S3_ENDPOINT=minio:9000
S3_BUCKET=bigcapital
S3_FORCE_PATH_STYLE=true
**Steps to Reproduce**
1. Upload any file inside Bigcapital.
2. The file appears in the UI immediately.
3. Refresh the page.
4. The file disappears from the UI, but still exists in MinIO.
**Expected Behavior**
Uploaded files should remain visible and accessible after page refresh.
**Actual Behavior**
- Upload succeeds
- File is stored in MinIO
- File appears in the UI
- After refresh, the file disappears from the UI
- No errors shown in the interface
**Additional Notes**
Uploads are definitely reaching MinIO, so this does not appear to be a connectivity or permissions issue. Behavior is consistent across multiple file types. Ahmed mentioned this may have been recently fixed, so this might be a regression.
4 条评论