Only image files load in the chat #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: butter/keanu-weblite#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Image: raspi4_new_portal_changes_v0.0.2_010426.img.tar.gz
I was able to share .jpg files in the chat but everything else started to upload and then failed.
@fabby can you recreate this with a laptop connecting to the butterbox? that way we can get developer console output from your browser. that should show the error that is happening.
@acute can you confirm what commit/tag you used for keanu-weblite with this build? It should be df88851bc8781daf7069a76912b8607138931dc9 or build 114
Found the issues - need to increase nginx upload size:
/etc/nginx/nginx.conf
client_max_body_size 100M;
or
client_max_body_size 1000M;