Phalcode / gamevault-app

Frontend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
386 stars 16 forks source link

My game wont download, it keeps crashing down everytime i try to download it. #453

Open Sagjane opened 3 days ago

Sagjane commented 3 days ago

Snímka obrazovky 2024-11-01 214650 Snímka obrazovky 2024-11-01 214147 Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Alfagun74 commented 3 days ago

How long does it download until It crashes?

Btw there's a reason we provide a template for bugs to fill out. Not using it makes it pretty hard for us to find your problem.

I presume it's your reverse proxy, that has a limit set on how long a request can run. Downloading this game takes longer and thus your proxy kills the connection. It can be nginx, cloudflare, traefik, caddy or whatever you use that is in-between you and the gamevault server.

It can also be a max body size issue. Check your reverse proxy configuration.