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
When I try to drag/drop a file or CTRL+V a binary, I get redirected to this URL (which 404s):
https://bin.domain.tld/<html><head><title>500 Internal Server Error</title></head><body><center><h1>500 Internal Server Error</h1></center><hr><center>nginx/1.22.1</center></body></html>.jpg
Dragging and dropping a text file works fine.
The bin logs don't help:
Rocket has launched from http://0.0.0.0:6162
>> Remote left: channel closed.
>> Remote left: channel closed.
>> Remote left: channel closed.
>> Remote left: channel closed.
>> No matching routes for GET /%3Chtml%3E%3Chead%3E%3Ctitle%3E500%20Internal%20Server%20Error%3C/title%3E%3C/head%3E%3Cbody%3E%3Ccenter%3E%3Ch1%3E500%20Internal%20Server%20Error%3C/h1%3E%3C/center%3E%3Chr%3E%3Ccenter%3Enginx/1.22.1%3C/center%3E%3C/body%3E%3C/html%3E.jpg text/html.
>> No 404 catcher registered. Using Rocket default.
When I try to drag/drop a file or CTRL+V a binary, I get redirected to this URL (which 404s):
Dragging and dropping a text file works fine.
The bin logs don't help:
My full docker-compose.yml:
My nginx proxy config:
The text was updated successfully, but these errors were encountered: