supermanisdum
supermanisdum
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
Npm config:
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_max_temp_file_size 90000m; # Set to 45GB
client_max_body_size 0; # Unlimited body size
# Extend timeout limits to prevent upload interruptions
client_body_timeout 3600s; # 1 hour timeout for reading the body
client_header_timeout 3600s; # 1 hour timeout for reading headers
send_timeout 3600s; # 1 hour timeout for sending response
proxy_read_timeout 3600s; # 1 hour timeout for reading from upstream
proxy_send_timeout 3600s; # 1 hour timeout for sending to upstream
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_max_temp_file_size 90000m; # Set to 45GB
client_max_body_size 0; # Unlimited body size
# Extend timeout limits to prevent upload interruptions
client_body_timeout 3600s; # 1 hour timeout for reading the body
client_header_timeout 3600s; # 1 hour timeout for reading headers
send_timeout 3600s; # 1 hour timeout for sending response
proxy_read_timeout 3600s; # 1 hour timeout for reading from upstream
proxy_send_timeout 3600s; # 1 hour timeout for sending to upstream
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
Also I included my nginx config in the first post, yes, client body is set correctly as far as I can tell
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
^as mentioned
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
Sorry if my terminology is off, but local = direct to the server Proxy = still from inside my home network but routed through my nginx server through my hosts file
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
Yes I tried direct to the server
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
Yes 😭
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
Tried both Firefox and chrome 😭
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
No description
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
No description
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
No description
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
if u look at the top of the first screenshot here, you'll see my local ip with the port
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
yup, that's what i meant by local lol
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
btw, when I say proxy, this is all technically still on the local network, just edited my hosts file to make my domain point to the local ip of my nginx reverse proxy, so a 502 on my local network seems really weird considering nginx is still up and everything is still accessible through it. Did it just hiccup for a few milliseconds and break the upload? nothing relevant at all in nginx logs
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
No description
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
No description
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
my immich-go command for reference, using immich-go v0.23.0-RC3:
immich-go upload from-folder --server=http://192.168.1.46:2283 --api-key=(key) --client-timeout=5h --log-level=DEBUG D:\Videos\Projects\
immich-go upload from-folder --server=http://192.168.1.46:2283 --api-key=(key) --client-timeout=5h --log-level=DEBUG D:\Videos\Projects\
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
No description
34 replies
IImmich
Created by supermanisdum on 12/18/2024 in #help-desk-support
Large Files failing to upload (nginx?)
my immich .env
34 replies