mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-15 18:12:14 -05:00
Icon extraction fails #4007
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 @quthla on GitHub (Aug 10, 2019).
For saturn.de and bwin.com it will just create the miss file
@mprasil commented on GitHub (Aug 10, 2019):
What version are you using?
@quthla commented on GitHub (Aug 10, 2019):
Latest docker image. Were you unable to reproduce the issue?
@mprasil commented on GitHub (Aug 11, 2019):
I think I was able to reproduce that with saturn.de, but bwin.com works fine for me. I'm not sure why saturn.de fails though, I can see this in logs:
But when I try to poke the same URL with curl, it works fine.
@BlackDex commented on GitHub (Aug 13, 2019):
I have identified the bug this afternoon. It has to do with cookies, and rather the lack off but still sending the header. This breaks the saturn.de website. Trying to think of a good way to fix this.
@mprasil commented on GitHub (Oct 11, 2019):
This was fixed in PR #644