Only image files load in the chat #2

Open
opened 2026-04-01 19:03:24 +00:00 by fabby · 2 comments
Owner

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.

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.
Owner

@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

@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
Owner

Found the issues - need to increase nginx upload size:

/etc/nginx/nginx.conf

client_max_body_size 100M;

or

client_max_body_size 1000M;

Found the issues - need to increase nginx upload size: /etc/nginx/nginx.conf client_max_body_size 100M; or client_max_body_size 1000M;
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: butter/keanu-weblite#2
No description provided.