Nice to see all is working, but strange that the icon’s are not.
Could you try the following and go to https://<example.com>/icons/github.com/icon.png while replacing <example.com> with your own domain. That should show you the github icon, if not, then please check the log file for any errors.
Could also open the dev tools in your browser to see what its saying when trying to load the images, this is usually opened by pressing F12 with the browser open and then loading the page. in the console tab errors should post, the network tab will usually show responses to posts and gets and could show you more details as well.
Websocket Error
WebSocketTransport.js:86 WebSocket connection to ‘wss://XXXXXXXXXX.XX/notifications/hub?access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJuYmYiOjE1ODU3MzQwMjAsImV4cCI6MTU4NTc0MTIyMCwiaXNzIjoiaHR0cHM6Ly9iaXQzLnNhYmFtaW1pLmZyfGxvZ2luIiwic3ViIjoiZTllODlmMWItMGEwYS00MmRhLThjOTctZTc1ZTc2YzIzOWI5IiwicHJlbWl1bSI6dHJ1ZSwibmFtZSI6Ik1pY2hlbCIsImVtYWlsIjoibWljaGVsLmFza2VuYXppQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJvcmdvd25lciI6WyJiYjEzMDkzZS0yYWY3LTQ4N2EtYWJlNi0zOGVjNWU4M2YwZmMiXSwib3JnYWRtaW4iOltdLCJvcmd1c2VyIjpbXSwib3JnbWFuYWdlciI6W10sInNzdGFtcCI6IjRm…2NS1iYzU4LWYyYzdkYTI5MDNhNiIsImRldmljZSI6IjA2MjM5MzZmLTI3ZmQtNDU1Yi1hMmFhLThhZDg3YWU4M2M1MSIsInNjb3BlIjpbImFwaSIsIm9mZmxpbmVfYWNjZXNzIl0sImFtciI6WyJBcHBsaWNhdGlvbiJdfQ.BWse_MjIlbmwr4g0rFVeMD1ABAni9xoIb_Gw4gSmMzzfWN3Jm2IduYYW8Eca2iDZuRRjsvLsdjzjIOH209HzIyMOxtFo3OLxVqs-q8FmJFeXhU32-Q6GGiHJTyZpT2pYYgxMFrvMBZEG5TE5c2wG9bsMyMX-BGel994PSW_fO45R6W1fI84X8jwHZ2YvRgDJb31Vfecq6eAuGrgOZ3YkQlvgsV7Q4ch-tOIbptDdpxj1urGd-g-a98DNhImEUxGoY8SXhBUXTJ-bVNvHByE1yCn0QSW-2s4LeI2yNcecxsrULaavnj7pWgKl-1Ts6gFWDBvyK5KOcr_1Mv4ksTWG7w’ failed: Error during WebSocket handshake: Unexpected response code: 400
(anonymous) @ WebSocketTransport.js:86
Utils.js:198 [2020-04-01T09:40:22.308Z] Error: Failed to start the connection: Error: There was an error with the transport.
e.log @ Utils.js:198
More information on my config:
I have an Haproxy reverse proxy setup.
Haproxy is handling the ssl handshake and forwarding the request to the docker container backend.
This configuration worked perfectly with the original Bitwarden
the only modification I did to switch to BitwardenRS was to use the different backend.
(if that can help)
@Michel The icons do not go through websockets.
Could you check your /bw-data/icon-cache/ directory.
You can clear everything there, which will trigger all the icons to be downloaded again.
That is strange, as it should at least contain missed items if it couldn’t download icons.
Could you increase the LOG_LEVEL to debug, and try the icon URL again?