mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Username email generator: forward email not working - An error has occurred. Failed to execute 'json' on 'Response': body stream already read #2004
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 @PyroghostX on GitHub (Aug 17, 2024).
See the screenshot, in bitwarden.com its working, and same thing in vaultwarden is not working, giving me this error:
An error has occurred.
Failed to execute 'json' on 'Response': body stream already read
It generates the email in forward email, but it doesn't make it back to the client (none of them, desktop/web/extension)
And it works perfectly fine on bitwardens web interface
@BlackDex commented on GitHub (Aug 17, 2024):
This is a fully client side feature.
So probably not something we can fix.
Check the developer console of the browser (F12) and see what happens.
@PyroghostX commented on GitHub (Aug 17, 2024):
console log shows the same error
So if its not an issue on vaultwardens end, would it be an issue on forward email side? should I talk with them?
@BlackDex commented on GitHub (Aug 18, 2024):
Looks like a client issue: https://github.com/bitwarden/clients/issues/10091
Which seems to be resolved via https://github.com/bitwarden/clients/pull/10075 and is integrated into v2024.7.3, which we do not support (yet).
As this is a client issue I'm going to move this to the discussions page.