threema-ch / threema-web

The Threema Web application.
GNU Affero General Public License v3.0
986 stars 106 forks source link

"Uncaught ReferenceError: WebAssembly is not defined" in Microsoft Edge #1148

Closed cluick closed 2 years ago

cluick commented 2 years ago

Bug Description

After upgrading Microsoft Edge Browser to version 104.0.1293.63 (64-bit Windows) I cannot open Threema-Web any more. Before I used Threema Web in MS Edge for several months without problems. When I open https://web.threema.ch the following text is displayed:

Error: Browser not supported You are using a browser without WebAssembly support. Please upgrade to the latest version of a [supported browser]> > >(https://threema.ch/faq/web_requirements).

The browser console shows error "Uncaught ReferenceError: WebAssembly is not defined" (complete log attached)

web.threema.ch-1661248663912.log

I resetted the browser configuration and the browser cache but nothing helped.

Steps to Reproduce (for bugs)

  1. Update edge to version 104.0.1293.63

Potential Solution

Your Environment

threema-danilo commented 2 years ago

Could it be the "Enable security mitigations for a more secure browser experience" setting?

cluick commented 2 years ago

Could it be the "Enable security mitigations for a more secure browser experience" setting?

Yeah, you are right. Disabling this option will make Threema-Web working again. Thank you! 🙏