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
I'm running Part-DB via the official Docker images published here: https://hub.docker.com/r/jbtronics/part-db1
I'm also using the built-in SQLite database, so nothing external.
The service is running within my LAN, but I'm accessing it via Tailscale, which basically assigns all my clients a CGNAT IP and they can reach out to eachother no matter where they are.
I'm having frequent proxy/timeout issues when uploading attachments, specifically images to parts and storage locations, from my phone.
Example logs from the container (I guess these are apache2 logs):
I tried increasing the proxy timeout parameters in /etc/apache2/sites-enabled/symfony.conf by adding the following lines to the VirtualHost block:
Timeout 600
ProxyTimeout 600
But it did not solve the issue, as you can see the logs repeat every 10 seconds, so I think these changes have no effect.
When I run into this issue, the frontend "freezes" and the Save button becomes faded and gets stuck and I have to refresh the whole page and fill out the form again from scratch. It also only happens when I try to upload an image, so I guess it has to do something with file handling. But also it does not happen every time, rather around 20% percent of the tries.
First I thought it was an I/O issue on my (original) server, but I migrated to a faster one and it produces the same issue, so I do not think this is a slow I/O issue, but rather some file handling or synchronization/logic problem.
To Reproduce
Steps to reproduce the behavior
Run Part-DB as I do, in a container with nothing external
Upload photos/attachments to parts and storage locations
See the frontend hang and the backend repeat proxy error logs 1 out of 5 tries approx.
Expected behavior
Attachment upload should work 100% of the time.
Describe the bug
Hi,
I'm running Part-DB via the official Docker images published here: https://hub.docker.com/r/jbtronics/part-db1
I'm also using the built-in SQLite database, so nothing external.
The service is running within my LAN, but I'm accessing it via Tailscale, which basically assigns all my clients a CGNAT IP and they can reach out to eachother no matter where they are.
I'm having frequent proxy/timeout issues when uploading attachments, specifically images to parts and storage locations, from my phone.
Example logs from the container (I guess these are apache2 logs):
I tried increasing the proxy timeout parameters in
/etc/apache2/sites-enabled/symfony.conf
by adding the following lines to the VirtualHost block:But it did not solve the issue, as you can see the logs repeat every 10 seconds, so I think these changes have no effect.
When I run into this issue, the frontend "freezes" and the Save button becomes faded and gets stuck and I have to refresh the whole page and fill out the form again from scratch. It also only happens when I try to upload an image, so I guess it has to do something with file handling. But also it does not happen every time, rather around 20% percent of the tries.
First I thought it was an I/O issue on my (original) server, but I migrated to a faster one and it produces the same issue, so I do not think this is a slow I/O issue, but rather some file handling or synchronization/logic problem.
To Reproduce
Steps to reproduce the behavior
Expected behavior
Attachment upload should work 100% of the time.
Screenshots
Logs are enough I think.
Server Side
jbtronics/part-db1:v1.17.0
Desktop (please complete the following information):
Uploading photos from my phone, so desktop is not relevant.
Smartphone (please complete the following information):
Additional context
Not sure if this is a configuration issue or a core/business logic bug, any help would be appreciated.
The text was updated successfully, but these errors were encountered: