0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-15 18:38:21 +02:00

add a method to verify whether websocket is working correctly

thelittlefox 2023-12-07 08:50:23 +08:00
parent 1862e98897
commit 5fcae7e61a

@ -29,5 +29,8 @@ Example configurations are included in [[Proxy examples|proxy-examples]].
Testing if a connection is working correctly can be done in two ways:
1. Open the developer tools of your browser, go to the network tab and filter for `WS`/`WebSockets`. Logout or refresh the page and login again and you you should see a 101 response for the upgraded WebSocket connection. If you click on that line you should be able to see the messages. If you do not get the status code 101 on `/notifications/hub` then something is configured incorrectly.
Messages will be shown in the console window of your browser:
`[2023-12-01T00:00:00.000Z] Information: WebSocket connected to wss://HOST_NAME/notifications/hub?access_token=eyJ0eX......`
2. Open two different browsers or an incognito/private window. Login into your account on both. Either create a new entry, or rename the cipher in one, and that should instantly change also in the other.