ShaneIsrael / fireshare

Self host your media and share with unique links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't upload files

45triX opened this issue · comments

I am trying to upload a 1:15s clip that is 561MB in size and it gets to ~30% upload and it just stops and I get a red error message at the bottom of the screen saying an error occurred while uploading your video. (the file in question is 1080p using h.264 encoding)

To Reproduce
Steps to reproduce the behavior:

  1. Go to my fireshare instance
  2. log in as admin
  3. click the upload button
  4. click the video file to upload
  5. wait till it hits 30%

Expected behavior
Should be able to upload file

Screenshots
Fireshare-Error

Desktop (please complete the following information):

  • Tried in Firefox and Brave browsers

Additional context
No additional context AFAIK

This is not a bug, this has to do with your reverse proxy setup. If you don't have your reverse proxy properly setup for uploads it's going to pre-maturely kill your upload connection.

Please look at the Frequently Asked Questions part of the README which will give you an example of how to handle this with nginx.

This is not a bug, this has to do with your reverse proxy setup. If you don't have your reverse proxy properly setup for uploads it's going to pre-maturely kill your upload connection.

Please look at the Frequently Asked Questions part of the README which will give you an example of how to handle this with nginx.

Ah ok I was also wondering if additional user accounts could be created I don't seem to see anywhere that mentions this