You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In recent versions, I've run into a bug when using S3 as a datasource but keeping DATASOURCE_S3_FORCE_S3_PATH=false.
The upload works again with setting this to true, but due to MinIO as a backend, this will cause problems when retrieving or displaying the file.
Version
latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)
What browser(s) are you seeing the problem on?
Chromium-based (Chrome, Edge, Brave, Opera, mobile chrome/chromium based, etc)
Zipline Logs
2024-11-07 04:41:31,506 PM debug [upload] recieved upload (len=1) [{"fieldname":"file","originalname":"1.png","mimetype":"image/png","size":2360687,"encoding":"7bit"}]
Error: certificate has expired
at TLSSocket.onConnectSecure (node:_tls_wrap:1540:34)
at TLSSocket.emit (node:events:513:28)
at TLSSocket._finishInit (node:_tls_wrap:959:8)
at ssl.onhandshakedone (node:_tls_wrap:743:12) {
code: 'CERT_HAS_EXPIRED'
}
Browser Logs
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered:
What happened?
In recent versions, I've run into a bug when using S3 as a datasource but keeping
DATASOURCE_S3_FORCE_S3_PATH=false
.The upload works again with setting this to
true
, but due to MinIO as a backend, this will cause problems when retrieving or displaying the file.Version
latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)
What browser(s) are you seeing the problem on?
Chromium-based (Chrome, Edge, Brave, Opera, mobile chrome/chromium based, etc)
Zipline Logs
Browser Logs
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: