bitwarden / clients

Bitwarden client apps (web, browser extension, desktop, and cli).
https://bitwarden.com
Other
9.13k stars 1.21k forks source link

Hydration failed #11470

Open lil5 opened 1 week ago

lil5 commented 1 week ago

Steps To Reproduce

  1. Create a Remix site https://remix.run/docs/en/main/start/quickstart
  2. Run and open in firefox with Bitwarden installed
  3. Open Console

Expected Result

No hydration errors

Actual Result

Warning: Expected server HTML to contain a matching <head> in <html>.
Uncaught Error: Hydration failed because the initial UI does not match what was rendered on the server.

Screenshots or Videos

No response

Additional Context

In the bitwarden settings I've disabled/unchecked;


The one thing that did work was to disable Ask to save and use passkeys, excluded domains did not make a difference.

Operating System

macOS

Operating System Version

14.7

Web Browser

Firefox

Browser Version

132

Build Version

2024.9.1

Issue Tracking Info

daniellbw commented 4 days ago

Hi there,

I am unable to reproduce this issue, it has been escalated for further investigation. If you have more information that can help us, please add it below.

Thanks!

lil5 commented 4 days ago

It might have to do with the site I'm working on uses passkeys and has a localhost:8080 passkey registered in bitwarden.

slifty commented 3 days ago

I'm facing this issue when viewing https://museum.loathers.net/ which is also a Remix site. This only started happening fairly recently.

You can also see the issue by viewing the console and visiting the remix home page: https://remix.run/

I'm using Firefox 131.0.3 and Build Version 2024.9.1

I was also able to reproduce this locally with the Remix following the issue's instructions.