Closed jimmyparr closed 2 years ago
Does rolling back to 1.23.0 (from the 1.23.1 you are currently on?) restore collections?
yes
collection are not really deleted !
all collection are available and there
but when you tried to saved new thing in anything you get the error no collection selected!
because colloction list is empty
even do your in tha collection
i roll back to 1.23 everything fine but 1.25 broken
Le mer. 15 déc. 2021 à 17:56, Jake Howard @.***> a écrit :
Does rolling back to 1.23.0 (from the 1.23.1 you are currently on?) restore collections?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-995278289, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXIA5FNPFSEWYEGLJSDUREMIPANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I have vaultwarden 1.23.1 / webvault 2.25.0
installed myself and I dont have this problem.
But I use packages instead of the official docker images.
So maybe you should give us some information about your setup. A good start might be the issue template you were presented when opening this issue.
Or at least, restart vaultwarden and post the log entries created while starting the service.
I just checked, and i also can not see the issue here my self. For my dev environment i have several users with access to different collections and different rights. I can access all collections, and i can also add new items to each collection the user has write access to.
You really need to select a collection when creating a new item, it is not allowed to create a new item without selecting at least one collection.
You need to select a collection there, if you leave them unchecked, you will receive a message that no collections has been selected.
Problem only occur when you select organization ( NOT ALL OF THEM BUT 99% ) If you tried to add, no collection available but if you do not select any organization problem does not occur
i did a new install docker on another pc, restore my data, issue still the same
docker pull vaultwarden/server:latest docker run -d --name vaultwarden -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latest
if you need some logs just tell me what to do. THANK
URL PICTURE
https://ordifax.com/IN-THE-ORGINAZATION.png https://ordifax.com/NO-ORGANISATION-SELECTED.png
Le jeu. 16 déc. 2021, à 03 h 47, Mathijs van Veluw @.***> a écrit :
I just have checked, and i also can not see the issue here my self. For my dev environment i have several users with access to different collections and different rights. I can access all collections, and i can also add new items to each collection the user has write access to.
You really need to select a collection when creating a new item, it is not allowed to create a new item without selecting at least one collection.
[image: image] https://user-images.githubusercontent.com/610450/146338129-5f87c552-4e14-43d6-9055-1fe87e4cdf78.png
You need to select a collection there, if you leave them unchecked, you will receive a message that no collections has been selected.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-995561251, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXJVITRU7MD5X2VTT5DURGRRBANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Please try to use an other browser, or load a private/cognito window and try to access the web-vault from there and see if you are able to see the collections.
Also, try to disable ad-blockers for the web-vault URL to see if that helps. Since, i have no issues at all, not on my dev environment or my production system.
sorry to ear that :)
same result already tried that
inconito other browser
if i rool back before yesterday version
no issue at all
i’m amaze :)
Le jeu. 16 déc. 2021 à 10:14, Mathijs van Veluw @.***> a écrit :
Please try to use an other browser, or load a private/cognito window and try to access the web-vault from there and see if you are able to see the collections.
Also, try to disable ad-blockers for the web-vault URL to see if that helps. Since, i have no issues at all, not on my dev environment or my production system.
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-995909064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXO6FOA7TLYJI5D62ITURH64ZANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
--
Then try to use F12
/Developer Tools within the browser. Load the site, and go the to correct page.
It should try to load an URL https://vw.domain.tld/api/organizations/xxxxx-xxxx-xxxx-xxxx-xxxxx/collections
That should provide a response with JSON data, which holds all the collections.
There should also be no errors visible, at least, it doesn't for me. So, please check that, and also check the logs at Vaultwarden and your reverse-proxy if you see if that url/endpoint is tried to connect to or not.
https://ordifax.com/F12.png i run docker on my localhost machine latest(production are on older image)
where can i find the log
NO PROXY
just simple docker
docker run -d --name vaultwarden -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latest
my organisation are set like that https://ordifax.com/ORGANIZATION.png
Le jeu. 16 déc. 2021, à 10 h 34, Mathijs van Veluw @.***> a écrit :
Then try to use F12/Developer Tools within the browser. Load the site, and go the to correct page. It should try to load an URL https://vw.domain.tld/api/organizations/xxxxx-xxxx-xxxx-xxxx-xxxxx/collections That should provide a response with JSON data, which holds all the collections.
There should also be no errors visible, at least, it doesn't for me. So, please check that, and also check the logs at Vaultwarden and your reverse-proxy if you see if that url/endpoint is tried to connect to or not.
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-995927893, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXMQMFTHZA7ANIVHJH3URIBHRANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Well, if you are not using HTTPS then that could be an issue.
The logs of enabled should be in the /vw-data
folder, or run docker logs -f vaultwarden
OMG
HTTPS IS ON PRODUCTION AND THE ISSUE IS THERE.
BUT I HAD TO REVERT BACK TO © 2021, Bitwarden Inc. (Powered by Vaultwarden) Version 2.23.0 BECAUSE OF THE DAMW ISSUE
Version 2.230 NO ISSUE FOUND IN THIS VERSION AT ALL
HTTPS IS NOT NEEDED AT ALL FOR A LOCALHOST ACCESS IN ANY WAY.
LIKE I SAID, I HAVE 3 COLLECTIONS WITHIN ALL MY COLLECTIONS THAT WORK LIKE THEY SUPPOSE TO !..
ANYWAY
MAYBE YOU SHOULD PROPOSE ME A DIFFERENT TYPE OF INSTALL TO TRY ? INSTEAD OF DOCKER ANY URL WITH EXPLICATION FOR ANOTHER WAY OF RUNNING VAULTWARDEN
I MEAN , EVERYTHING WORK LIKE A CHARM FOR 4-5 MONTH, YOU PULL AN UPGRADE, AND THEN IT'S BROKEN !
Le jeu. 16 déc. 2021, à 11 h 32, Mathijs van Veluw @.***> a écrit :
Well, if you are not using HTTPS then that could be an issue. The logs of enabled should be in the /vw-data folder, or run docker logs -f vaultwarden
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-995980409, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXO4ILU5C5E7SI4YU2DURIIAVANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Could you please refrain from using caps!?
Still if you want support we need more info since as you can see you currently are alone with this issue and we can't reproduce it.
So.. provide some more info as i requested like the F12 developer tools and logs, else we can't help you.
/--------------------------------------------------------------------\ | Starting Vaultwarden | Version 1.23.1 | |
---|---|---|---|
This is an unofficial Bitwarden implementation, DO NOT use the | |||
official channels to report bugs/features, regardless of client. | |||
Send usage/configuration questions or feature requests to: | |||
https://vaultwarden.discourse.group/ | |||
Report suspected bugs/issues in the software itself at: | |||
https://github.com/dani-garcia/vaultwarden/issues/new |
--------------------------------------------------------------------/
[INFO] No .env file found.
Configured for staging.
=> address: 0.0.0.0
=> port: 80
=> log: normal
=> workers: 10
=> secret key: private-cookies disabled
=> limits: forms = 32KiB, json* = 10MiB
=> keep-alive: 5s
=> tls: disabled
Mounting /:
=> GET / (web_index)
=> GET /app-id.json (app_id)
=> GET /<p..> [10] (web_files)
=> GET /attachments/
[2021-12-16 17:06:46.720][response][INFO] POST /identity/connect/token
(login) => 200 OK [2021-12-16 17:06:46.821][request][INFO] POST
/identity/connect/token [2021-12-16 17:06:46.824][request][INFO] POST
/identity/connect/token [2021-12-16 17:06:46.829][response][INFO] POST
/identity/connect/token (login) => 200 OK [2021-12-16
17:06:47.027][request][INFO] GET /api/sync?excludeDomains=true [2021-12-16
17:06:47.333][response][INFO] POST /identity/connect/token (login) => 200
OK [2021-12-16 17:06:47.348][request][INFO] GET
/api/sync?excludeDomains=true [2021-12-16 17:06:48.402][response][INFO] GET
/api/sync?
THIS ORGANIZATION 1c173a45-a0fb-4f01-af63-8876a33f11d8 WORK LIKE A CHARM THIS ORGINAZATION 55f5aa50-ac16-4194-b71e-9e27457a8d1a HIS BROKEN
Le jeu. 16 déc. 2021, à 11 h 52, Mathijs van Veluw @.***> a écrit :
Could you please refrain from using caps!?
Still if you want support we need more info since as you can see you currently are alone with this issue and we can't reproduce it.
So.. provide some more info as i requested like the F12 developer tools and logs, else we can't help you.
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-995996922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXOOU3TYLCCXLVTA5IDURIKLJANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Could you please check the url and the response i requested in this post https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-995927893 using the F12 Developers Tools
No not exactly. Open up the dev tools. Then login as usual. Go to the organization which causes issues. That should be enough for the web-vault to trigger that url. That url should return all the collections for that specific organization you are a member of.
Also... Are you an owner, admin or manager I that specific org? Of so, what do you see or what happens if you go to the manage location and click on collections.
Verry sorry i don't understand
[2021-12-16 21:40:34.255][response][INFO] GET /api/accounts/revision-date
(revision_date) => 200 OK
[2021-12-16 21:40:39.338][request][INFO] GET
/api/organizations/f9c70039-059c-4640-83c7-44ed94f7edf0/collections
[2021-12-16 21:40:39.338][response][INFO] GET
/api/organizations/
YES i'm the owner (super admin) on everything
Le jeu. 16 déc. 2021, à 16 h 11, Mathijs van Veluw @.***> a écrit :
No not exactly. Open up the dev tools. Then login as usual. Go to the organization which causes issues. That should be enough for the web-vault to trigger that url. That url should return all the collections for that specific organization you are a member of.
Also... Are you an owner, admin or manager I that specific org? Of so, what do you see or what happens if you go to the manage location and click on collections.
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-996196584, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXKJJX4D5AJHTUOQCV3URJIWNANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
So.. what if you go to the collections overview of the org which has issues. Can you see the collections there?? Also what happens of yoi create a new collection?
no problem at all
i’ve create new organization, new collection same issue
pretty strange behavior
i’m trying to build the debian 11 docker https://gist.github.com/heinoldenhuis/f8164f73e5bff048e76fb4fff2e824e1
Le jeu. 16 déc. 2021 à 17:19, Mathijs van Veluw @.***> a écrit :
So.. what if you go to the collections overview of the org which has issues. Can you see the collections there?? Also what happens of yoi create a new collection?
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-996237960, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXI6FK3CBGF4CUUFWJLURJQY5ANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Please try to use the alpine build and see if that fixes it. If not it could be the database or some item or name or something which breaks the web-vault. But I can't debug this since i can't reproduce it.
https://gist.github.com/heinoldenhuis/f8164f73e5bff048e76fb4fff2e824e1
this reproduce the same error !
how do i use the alpine build in docker ?? thank's
Le jeu. 16 déc. 2021, à 17 h 37, Mathijs van Veluw @.***> a écrit :
Please try to use the alpine build and see if that fixes it. If not it could be the database or some item or name or something which breaks the web-vault. But I can't debug this since i can't reproduce it.
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-996247465, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXOR6XDXM7VDDEG5Z6DURJS27ANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Use vaultwarden/server:alpine
as docker image.
Use
vaultwarden/server:alpine
as docker image.
nope change nothing !
sqlite3 db.sqlite3 'PRAGMA integrity_check'; OK
ill try new database, i'll get back
Use
vaultwarden/server:alpine
as docker image.
vendor.8e5494e39b48bad5e654.js:2 WebSocket connection to 'ws://127.0.0.1/notifications/hub?access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJuYmYiOjE2Mzk3MDQ5MDUsImV4cCI6MTYzOTcxMjEwNSwiaXNzIjoiaHR0cDovL2xvY2FsaG9zdHxsb2dpbiIsInN1YiI6ImRhZWZhYWZmLTBjYjUtNGE4NC1iMzNjLTAzZmI0MzAwNzNkNiIsInByZW1pdW0iOnRydWUsIm5hbWUiOiJKaW1teSBQYXJyIiwiZW1haWwiOiJqaW1teS5wYXJyQGFyY3N5cy5jYSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJvcmdvd25lciI6WyIwNDZmMWY2Ny0yMDczLTQ0N2MtYWVhZC0wNjU1MzQwM2NhYWIiLCIwNTgwZDhhOS04MWZkLTQ5OTItODAxZi0wMjZkMDI2M2Y0MWQiLCIwN2UxNzZkOS0wNjVjLTRhMWQtOTcxYy04NzUxODVm...DQwLWJiMDEtNWJkMDQ5NjkzMDVhIiwiZGV2aWNlIjoiYTNlNDZhZWYtY2FmZS00ZThhLTkxMzUtM2I4ZTQ2Mzk0ZWQzIiwic2NvcGUiOlsiYXBpIiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbIkFwcGxpY2F0aW9uIl19.EsnmZezhHFi1z7giTVXBKpXpRcESzLinQdoV2i6poRzgtTIYKqbyquEA6Uwb-aNZclTh0cUV4EBuAH4ywq_0YPBsjoKcgynGwXRnxOb2TvM1vxAlKAMLmi1H_wMZNIKQtmzsK0LHABDHG7ypkpdN7oBZ9H-3iLqVouiTbg-FVZxDk_Ljqtjig4Zm25cXPimMCjeWbR5x0pOOH-Dz_AYYdjblBOONOluj4rhSf65gMwgcJioQ-tMmHWw2njyFS1lETR2MnZvyyaDct2pvKm01DCojlxJeMFhqAFV1p30Iqz4w0o6GNJgQvmvDqKYMfV_czw5G3J5_E-_FhtYTLL2_tg' failed:
(anonyme) @ vendor.8e5494e39b48bad5e654.js:2
vendor.8e5494e39b48bad5e654.js:2 [2021-12-17T01:39:57.715Z] Error: Failed to start the connection: Error: There was an error with the transport.
e.log @ vendor.8e5494e39b48bad5e654.js:2
main.8e5494e39b48bad5e654.js:1 Error: There was an error with the transport.
at WebSocket.a.onerror [as zone_symbolON_PROPERTYerror] (vendor.8e5494e39b48bad5e654.js:2)
at WebSocket.M (polyfills.8e5494e39b48bad5e654.js:2)
at t.invokeTask (polyfills.8e5494e39b48bad5e654.js:2)
at Object.onInvokeTask (vendor.8e5494e39b48bad5e654.js:2)
at t.invokeTask (polyfills.8e5494e39b48bad5e654.js:2)
at e.runTask (polyfills.8e5494e39b48bad5e654.js:2)
at e.invokeTask [as invoke] (polyfills.8e5494e39b48bad5e654.js:2)
at m (polyfills.8e5494e39b48bad5e654.js:2)
at WebSocket.b (polyfills.8e5494e39b48bad5e654.js:2)
e.write @ main.8e5494e39b48bad5e654.js:1
/identity/connect/token:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
main.8e5494e39b48bad5e654.js:1 search indexing: 0.05ms
/identity/connect/token:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
Échec du chargement de la carte source par les Outils de développement : Impossible de charger le contenu de http://127.0.0.1/theme_head.8e5494e39b48bad5e654.js.map : Erreur de connexion: net::ERR_CONNECTION_REFUSED
Échec du chargement de la carte source par les Outils de développement : Impossible de charger le contenu de http://127.0.0.1/app/polyfills.8e5494e39b48bad5e654.js.map : Erreur de connexion: net::ERR_CONNECTION_REFUSED
Échec du chargement de la carte source par les Outils de développement : Impossible de charger le contenu de http://127.0.0.1/app/vendor.8e5494e39b48bad5e654.js.map : Erreur de connexion: net::ERR_CONNECTION_REFUSED
Échec du chargement de la carte source par les Outils de développement : Impossible de charger le contenu de http://127.0.0.1/app/main.8e5494e39b48bad5e654.js.map : Erreur de connexion: net::ERR_CONNECTION_REFUSED
Échec du chargement de la carte source par les Outils de développement : Impossible de charger le contenu de http://127.0.0.1/app/main.8e5494e39b48bad5e654.css.map : Erreur de connexion: net::ERR_CONNECTION_REFUSED
polyfills.8e5494e39b48bad5e654.js:2 GET http://127.0.0.1/api/organizations/55f5aa50-ac16-4194-b71e-9e27457a8d1a/collections net::ERR_CONNECTION_REFUSED
(anonyme) @ polyfills.8e5494e39b48bad5e654.js:2
C.i.
I DON'T KNOW IF THIS HELP BUT,
I just realized that only the first organization works like it is supposed to. if i delete that organization the next one that comes in first place will work. And so on.
Message ID: @.***>
I really can't reproduce this at all.
Only way i would be able to try and debug this is by having the JSON output/response of the /api/sync
request.
And then mainly the the Collections
and and Profile
>Organizations
parts. Maybe there is something strange in there.
You can only extract that via the F12/DevTools. If the size is large you need to disable the size limit (See: https://stackoverflow.com/questions/51687462/firefox-developer-tools-truncates-long-network-response-chrome-does-not-show )
When looking at some screenshots it looks like you have a lot of Organizations and a lot of Collections. Can you tell us how many organizations you have and how many collections in total?
Also, could you try to create a new user and only assign one Organization to that user, and then specifically the one you currently have issues with? And see if that does work for that user. And if that works, add that user to the other Organizations just a few at a time and see when it breaks. I think this is some corner case where the web-vault breaks. And where it probably does not support the amount of organizations or collections.
65 ORGANIZATION 500 COLLECTION
when adding user on ORG1 it's ok when adding the same User to a second ORG2 it will brake right away ( in the ORG2 it show the collection of ORG1) NOTICE repeat the Same procedure as Manager, SAME RESULT NOTICE Starting at Admin look like it working as suppose to. ! ADD ORG3 LOOK FINE TOO STARTING AT Admin.
User - broke Manager - broke Admin - ok Owner - ok
Le ven. 31 déc. 2021, à 06 h 07, Mathijs van Veluw @.***> a écrit :
When looking at some screenshots it looks like you have a lot of Organizations and a lot of Collections. Can you tell us how many organizations you have and how many collections in total?
Also, could you try to create a new user and only assign one Organization to that user, and then specifically the one you currently have issues with? And see if that does work for that user. And if that works, add that user to the other Organizations just a few at a time and see when it breaks. I think this is some corner case where the web-vault breaks. And where it probably does not support the amount of organizations or collections.
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-1003346919, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXIVIKKXSDCERYWJX2LUTWFH7ANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
I can't seem to reproduce this at all in no way. I really want to help, but this is going to be hard without the actual data/post/get data.
The only way i can think of on how to help any further is by you providing a HAR file (Preferably anonymized). Even though it can be anonymized and the responses are fully encrypted it is probably best not to upload this this Github, or provide a link to this HAR file here on Github.
If you are willing to provide me the HAR file which contains the HTTP requests done from the start until you encounter the error that would be great. So that would mean a HAR file which contains all the steps.
Then export that HAR, run it through the HAR Anonymizer and then provide me a link to that file so that i can investigate.
I suggest to connect with me on Matrix @blackdex:matrix.org
.
Information on how to generate a HAR and anonymize it can be found here: https://toolbox.googleapps.com/apps/har_analyzer/
Closing this ticket due to inactivity. If this problem is still occurring, please see my previous post on how we can try to help and solve this and re-open this ticket.
ok i found the trouble !
after digging like an asshole i finally found the trouble
the problem persist in user right
i had an organization that i was user/manager
that cause the trouble
has soon as i change this organisation to myuser as admin and above , all my organisation collection start to show
Jimmy Parr Technicien Senior Arcsys
Cellulaire : 418-573-6434
AVIS IMPORTANT : Cette transmission électronique est strictement réservée à l'usage de la (des) personne(s) à qui elle est adressée et contient des informations privilégiées et confidentielles. Toute divulgation, distribution, copie, ou autre utilisation de cette transmission par une autre personne est strictement prohibée. Si vous avez reçu ce courriel par erreur, veuillez s'il vous plaît en aviser immédiatement l'expéditeur par courriel et détruire tout exemplaire ou copie de la transmission originale.
WARNING: This electronic transmission contains confidential information, intended only for the person(s) named above, and is privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or any other use of this email is strictly prohibited. If you have received this transmission by error, please notify us immediately by return email and destroy the original transmission immediately and all copies thereof.
Le ven. 31 déc. 2021, à 06 h 07, Mathijs van Veluw @.***> a écrit :
When looking at some screenshots it looks like you have a lot of Organizations and a lot of Collections. Can you tell us how many organizations you have and how many collections in total?
Also, could you try to create a new user and only assign one Organization to that user, and then specifically the one you currently have issues with? And see if that does work for that user. And if that works, add that user to the other Organizations just a few at a time and see when it breaks. I think this is some corner case where the web-vault breaks. And where it probably does not support the amount of organizations or collections.
— Reply to this email directly, view it on GitHub https://github.com/dani-garcia/vaultwarden/issues/2153#issuecomment-1003346919, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNWPXIVIKKXSDCERYWJX2LUTWFH7ANCNFSM5KEXL7OA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
SINCE TODAY CAN'T ADD ANYTHING BECAUSE ALL COLLECTION DOES NOT APPEARS ANYMORE IN THE LIST Version 2.25.0