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
Error then trying to upload html file (source from examples):
{"description":"failed to parse a requested field","cause":{"description":"expected a file but got a field, or vice versa","cause":null}}
The text was updated successfully, but these errors were encountered:
I can verify this bug still exists on rouille v3.4.0 and it also applies to .HTML files. It appears to be a conflict between the BufferedFile struct type and plain text uploads.
Update: It works if you use a String instead of BufferedFile, but the sacrifice is compatibility for .png and other non-text file types.
Error then trying to upload html file (source from examples):
{"description":"failed to parse a requested field","cause":{"description":"expected a file but got a field, or vice versa","cause":null}}
The text was updated successfully, but these errors were encountered: