Replies: 13 comments 45 replies
-
What are the logs from Vaultwarden? |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. this is what I get when I open the app that fails. I cant tell if the app is at fault or the server is. Everything was working fine untile their last update this morning for me Vaultwarden Web
EDIT: I just did a docker pull and the app works now. So I am not sure what the issue is actually. |
Beta Was this translation helpful? Give feedback.
-
That is strange. Cache maybe? |
Beta Was this translation helpful? Give feedback.
-
Does anyone know of a way to revert the iOS app if there is an issue? I can update the app to see if I experience similar issues, but not if I can revert. |
Beta Was this translation helpful? Give feedback.
-
I was able to solve this issue for my case, details in the issue: #4870 (comment) |
Beta Was this translation helpful? Give feedback.
-
It seems there are different problems by different users regarding Bitwarden IoS 2024.8.1 errors. App only shows "An errors has occured". My setup: Tried both Vaultwarden and Bitwarden open source as Docker on Synology NAS. Synology DDNS and reverse proxy with Let's encrypt certificate. DNS entry points to intranet 192.168.178.x ( I use all clients only within the intranet). Findings:
Summary: |
Beta Was this translation helpful? Give feedback.
-
Vaultwarden 1.32.0 Docker container on Synology NAS with local reverse proxy and Let's Encrypt certificate. |
Beta Was this translation helpful? Give feedback.
-
I upgraded to the new iOS app 2024.8.1 and moved a password from my personal vault my my family organization and now I get the following error on my phone. "Cryptograpy error. The cipher's MAC doesn't match the expected value". So nothing loads on my phone. When I go to the WEB UI it spins and loads really slow but eventually loads my vault, I however can not find the password I moved. I am guessing something got corrupted but im not 100% sure. Any ideas? I have updated my vaultwaredn to the testing build. |
Beta Was this translation helpful? Give feedback.
-
@BlackDex I set up a local debug environment (only the network side; I don't have a Mac to actually debug the iOS app and the Bitwarden devs decided to send debug logs to crashlytics instead of the device log where I could have intercepted it). Anyway, I am not yet sure if it's the only problem, but one problem at least is the format of secure notes. Old notes in my vault have a structure like this (only the relevant parts): {
"type": 2,
"data": {
"name": "...",
"fields": [...]
},
"fields": [...],
"secureNote": {
"name": "...",
"fields": [...]
}
} New notes on the other hand look like this: {
"type": 2,
"data": {
"name": "...",
"fields": [...]
},
"fields": [...],
"secureNote": {
"type": 0
}
} As you can see, the "secureNote" field does apparently no longer contain (a third?!) copy of the data, but simply states With the old structure, my sync fails. With the content of the Edit: I just realized: it doesn't even care about the other values in |
Beta Was this translation helpful? Give feedback.
-
I had to backup the data and rebuild the docker with latest version, it worked. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. Nothing mentioned here worked. I finally found the issue: i had 3 entries with no name. They were showing in the web-ui as blank row. I went ahead and deleted the entries and the mobile app is working now |
Beta Was this translation helpful? Give feedback.
-
I am getting this same error now after ios updates and I'm pretty sure DNS isn't the culprit as I can stil log into the vault from the web on safari. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. Can login in to web but iphone gives error. Exported vault to json. There are no "--" entries and non of the "name" fields are "null" but almost every entry has at least one "null" field. Is it only the name field that can't be "null" or is it any field? |
Beta Was this translation helpful? Give feedback.
-
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: SIGNUPS_ALLOWED, ADMIN_TOKEN
Vaultwarden Build Version
v1.32.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
caddy 2.8.4
Host/Server Operating System
Linux
Operating System Version
No response
Clients
iOS
Client Version
2024.8.1 (1052)
Steps To Reproduce
Open the iOS app.
Expected Result
See a list of vault entries.
Actual Result
"An error has occured"
Logs
No response
Screenshots or Videos
No response
Additional Context
Unfortunately the app doesn't provide any more details, so it might as well be an actual problem of the app. But since I use vaultwarden vs the official server, I don't want to open a bug report with them.
Beta Was this translation helpful? Give feedback.
All reactions