mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Various errors on Raspberry Pi 4 #780
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ViRb3 on GitHub (Aug 20, 2020).
Subject of the issue
In both cases, after ~1 minute the client returns
An unexpected error occured. If importing, only a part of the data has been imported. If purging, it seems to succeed regardless the error. No more log messages are provided viadocker logs.Could this be a timeout issue? The Raspberry Pi 4 is not a powerful machine, and given the size of my operations, it may be taking longer than expected. Is there a way to customize the timeout?
Your environment
Ubuntu 20.04, arm64
@ViRb3 commented on GitHub (Aug 20, 2020):
The problem was indeed a timeout, but in nginx. To solve it, I had to increase the proxy_read_timeout up from the default 60 seconds: