mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-29 07:45:41 -05:00
[GH-ISSUE #2618] Extension / Apps unable to view organizational ciphers / collections. #18099
Reference in New Issue
Block a user
Originally created by @ruifung on GitHub (Jul 14, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2618
Subject of the issue
When viewing from the mobile app / web extension / windows app,
any entries belonging to a shared organization doesn't show up.
They appear just fine in the Web Vault though.
Deployment environment
It should be noted that the below diagnostics data has some inaccuracies.
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN, SMTP_HOST, SMTP_PORT, SMTP_FROM, SMTP_USERNAME, SMTP_PASSWORD
Steps to reproduce
Expected behaviour
The entries to appear.
Actual behaviour
The app/extension shows that there are no entries.
Troubleshooting data
I've recently migrated from mariadb to postgresql, but I don't think that should affect it right? Given how the data is showing up in the web vault.

@BlackDex commented on GitHub (Jul 14, 2022):
It works fine for me.
And if they show in the web-vault, then it should also be in all other apps, since they all use the same API calls, and all receive the same data.
I would suggest to fully logout and back in again.
@ruifung commented on GitHub (Jul 15, 2022):
I'm not sure, but I must have accidentally fouled up something while migrating databases somehow, that apparently only affected everything except the web vault.
Because after doing the following procedure:
The entries now show up normally. Which is pretty weird that it only affected the apps and not the web vualt.