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
There is no problem in uploading a file of several hundred kilobytes, but when uploading a 5.8G file, the message "Bad Gateway" appears.
The information on the server is as follows:
[31/Jan/2024:14:07:36 +0000] "POST /api/entry?expiration=2999-12-31T00%3A00%3A00Z HTTP/1.1" 400 32
2024/01/31 14:08:12 upload.go:61: invalid upload: unexpected EOF
The text was updated successfully, but these errors were encountered:
This is unfortunately a duplicate of #355, so I'm closing this in favor of the main ticket.
What's probably happening is that the server is crashing and restarting before the upload can finish. You might be able to work around it by allocation the server more RAM or CPU, but for the time being, PicoShare doesn't work so well on files >1GB.
There is no problem in uploading a file of several hundred kilobytes, but when uploading a 5.8G file, the message "Bad Gateway" appears.
The information on the server is as follows:
[31/Jan/2024:14:07:36 +0000] "POST /api/entry?expiration=2999-12-31T00%3A00%3A00Z HTTP/1.1" 400 32
2024/01/31 14:08:12 upload.go:61: invalid upload: unexpected EOF
The text was updated successfully, but these errors were encountered: