mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 00:25:37 -05:00
[GH-ISSUE #6257] Error when adding new identifier : TypeError: Invalid version. Must be a string. Got type "undefined" #11194
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 @vbauchart on GitHub (Sep 1, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6257
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
1.34.3
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Traefik 3.5.1
Host/Server Operating System
Linux
Operating System Version
Arch Linux
Clients
Browser Extension
Client Version
Firefox 142.0.1 - 2025.8.1
Steps To Reproduce
If I add the same identifier with direct Web Interface, there is no error. I get the error only with Bitwarden Firefox extension.
Expected Result
I expect the identifier to be stored.
Actual Result
I get an Error :
Async submit exception: TypeError: Invalid version. Must be a string. Got type "undefined".
Logs
Screenshots or Videos
No response
Additional Context
Javascript Console output :
Async submit exception: TypeError: Invalid version. Must be a string. Got type "undefined". console-log.service.ts:51:17
write console-log.service.ts:51
error console-log.service.ts:28
kl bit-submit.directive.ts:50
o catchError.ts:117
_error OperatorSubscriber.ts:79
error Subscriber.ts:91
g innerFrom.ts:94
invoke zone.js:398
onInvoke ng_zone.ts:473
invoke zone.js:397
run zone.js:113
I zone.js:2537
invokeTask zone.js:431
onInvokeTask ng_zone.ts:450
invokeTask zone.js:430
runTask zone.js:161
y zone.js:612
invokeTask zone.js:519
b zone.js:1141
w zone.js:1172
x zone.js:1205
@vbauchart commented on GitHub (Sep 1, 2025):
I just realized my Traefik configuration was wrong since last major Vaultwarden version, I have to remove the websocket notifications endpoint
https://vaultwarden.discourse.group/t/note-breaking-change-in-upcoming-v1-31-0-stable-version/3051
PS: Thank you for the big work on Vaultwarden
@Studenthero commented on GitHub (Sep 18, 2025):
I seem to be having the same problem, unable to edit and save in the Chome browser plugin. Could you tell me how I should solve this?
@BlackDex commented on GitHub (Sep 18, 2025):
Make sure you are in the latest server and client version. If that doesn't solve it you would need to check the Vaultwarden logs