mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #6617] Data import successful but can't see any data #2487
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2487
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @tlgj on GitHub (Dec 29, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6617
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: SIGNUPS_ALLOWED, ADMIN_TOKEN
Config:
Vaultwarden Build Version
1.35.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx
Host/Server Operating System
Linux
Operating System Version
Rocky 9.7
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
Data import successful and imported data visible
Actual Result
Data import successful,but no data is visible.This is data exported from Bitwarden.
Logs
Screenshots or Videos
Additional Context
No response
@BlackDex commented on GitHub (Dec 29, 2025):
Have you tried to logout and back in again?
What kind of export did you used? json or csv, encrypted or not?
@tlgj commented on GitHub (Dec 29, 2025):
I've tried all the methods you suggested, even restarting the Docker container and the server, but nothing worked.
not encrypted json
@Gerardv514 commented on GitHub (Dec 30, 2025):
How did you initially export the data from Bitwarden? If it was from mobile apps, there is a known issue..if not then something else is going on.
https://community.bitwarden.com/t/current-bug-with-password-protected-exports-on-the-mobile-apps/92207
@stefan0xC commented on GitHub (Dec 30, 2025):
What does the network tab report for the response from the
/api/sync?excludeDomains=trueendpoint? How big is the returned data? Or does it fail to load? Are there corresponding server logs that show the operation succeeding? If not, can you check in the browser console if there are error messages?Also what are your accounts KDF settings? Did you increase the parameters?
@tlgj commented on GitHub (Dec 30, 2025):
I created the database on another device and manually replaced db.sqlite3, after which the import function started working properly.