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
Switch to using Flask's send_file method instead of handling this on our own (need to make sure that we always have a file-like object at hand and that the behavior consistent with our current one).
This just happened on deploy preview. Sentry error:
https://sentry.io/share/issue/b8268b7c97784a30b67c512332a8d779/
Some possible solutions:
send_file
method instead of handling this on our own (need to make sure that we always have a file-like object at hand and that the behavior consistent with our current one).3 is the simplest, 2 is probably the most future proof.
The text was updated successfully, but these errors were encountered: