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
Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Summary
9184800 avoids proxying pictrs requests, useful when running in docker (see #3489). However, some pictrs requests are still attempted through the proxy from here:
Requirements
Summary
9184800 avoids proxying pictrs requests, useful when running in docker (see #3489). However, some pictrs requests are still attempted through the proxy from here:
lemmy/crates/api_common/src/request.rs
Lines 376 to 391 in d346890
Currently, the requests fail when running in docker and using the system proxy. It should be set to not use the proxy like the other pictrs requests.
Steps to Reproduce
TCP_MISS/502 4070 GET http://pictrs:8080/image/download?
Technical Details
n/a
Version
BE: 0.19.7
Lemmy Instance URL
No response
The text was updated successfully, but these errors were encountered: