You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the Bitwarden extension to Brave and or Chrome
Enable the Bitwarden extension in a browser (e.g., Brave or Chrome).
Navigate to a website utilizing EtherPad or similar frameworks.
Observe JavaScript errors in the browser console.
Expected Result
The expected result is the website to fully load and be able to type on the pad.
Actual Result
An error occurred
Please press and hold Ctrl and press F5 to reload this page
If the problem persists, please send this error message to your webmaster:
Error: Ace2Editor.init() error event while waiting for load event
at unknown at line -1
ErrorId: cvwMKfiSgbgNvndZHBOW
Unhandled Promise rejection
URL: https://pad.riseup.net/p/Jx6xSJjYwN2A17n2O0XJ
UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Some of the code lines I've seen it interfere with is:
const e = new Error(Ace2Editor.init() error event while waiting for ${t} event);
let w = new Error(Ace2Editor.init() error event while waiting for ${e} event);
navigator.credentials.create = createWebAuthnCredential;
Impact
JavaScript errors prevent EtherPad from initializing properly, making the affected websites unusable.
Other critical website functionality reliant on navigator.credentials may also fail.
Operating System
Windows
Operating System Version
No response
Web Browser
Brave
Browser Version
Current
Build Version
2025.1.2
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
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.
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!
I am running the current brave browser and I am logged into bitwarden, If you run Bitwarden Extension with Site Access set to On All Sites and go to pad.riseup.net create a pad and it should give you the error
Steps To Reproduce
Add the Bitwarden extension to Brave and or Chrome
Enable the Bitwarden extension in a browser (e.g., Brave or Chrome).
Navigate to a website utilizing EtherPad or similar frameworks.
Observe JavaScript errors in the browser console.
Expected Result
The expected result is the website to fully load and be able to type on the pad.
Actual Result
An error occurred
Please press and hold Ctrl and press F5 to reload this page
If the problem persists, please send this error message to your webmaster:
Error: Ace2Editor.init() error event while waiting for load event
at unknown at line -1
ErrorId: cvwMKfiSgbgNvndZHBOW
Unhandled Promise rejection
URL: https://pad.riseup.net/p/Jx6xSJjYwN2A17n2O0XJ
UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Screenshots or Videos
[myth.rip/q7pq9supya](Image of Issue)
Additional Context
Some of the code lines I've seen it interfere with is:
const e = new Error(Ace2Editor.init() error event while waiting for ${t} event);
let w = new Error(Ace2Editor.init() error event while waiting for ${e} event);
navigator.credentials.create = createWebAuthnCredential;
Impact
JavaScript errors prevent EtherPad from initializing properly, making the affected websites unusable.
Other critical website functionality reliant on navigator.credentials may also fail.
Operating System
Windows
Operating System Version
No response
Web Browser
Brave
Browser Version
Current
Build Version
2025.1.2
Issue Tracking Info
The text was updated successfully, but these errors were encountered: