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
When connected output files have mixed types (base64 and s3) the frontend crashes. The s3-specifc variables are only set once per basename and not once per file.
The current workaround is, that the backend stores everything on s3. However, for small files this is quite inefficient.
The text was updated successfully, but these errors were encountered:
When connected output files have mixed types (base64 and s3) the frontend crashes. The s3-specifc variables are only set once per basename and not once per file.
The current workaround is, that the backend stores everything on s3. However, for small files this is quite inefficient.
The text was updated successfully, but these errors were encountered: