Error using chromium browsers

I'm using Metabase embedded in another application.

in a Win10 client installed several years ago, everything works regularly, using different browsers (Firefox, Edge, Brave, Chrome).

in the last days I installed a new Win10 pc.
using Firefox everything works regularly.
using Edge, Brave and Chrome, the message appears:

The webpage at https://......it:8443/embed/dashboard/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyZXNvdXJjZSI6eyJkYXNoYm9hcmQiOjF9LCJwYXJhbXMiOnt9LCJFeHAiOjE2Mjc1MzU1OTIuODEyMDAwMDM2MiwiZXhwIjoxNjI3NTM0OTkzLCJpYXQiOjE2Mjc1MzQ5OTJ9.uAuU-69U15RqMFEmvJnxGYiE3S5r0ybz0V1sWY2zkU8#bordered=false&titled=false might be temporarily down or it may have moved permanently to a new web address.

in the Chrome Devtools Console there is this message:

(index):7374 crbug/1173575, non-JS module files deprecated.

--

in the two clients, the browser versions are the same.

if this problem is related to Metabase, is there a solution?

thank you

--

{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.11+9-Ubuntu-0ubuntu2.18.04",
"java.vendor": "Ubuntu",
"java.vendor.url": "https://ubuntu.com/",
"java.version": "11.0.11",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.11+9-Ubuntu-0ubuntu2.18.04",
"os.name": "Linux",
"os.version": "4.15.0-151-generic",
"user.language": "en",
"user.timezone": "Europe/Rome"
},
"metabase-info": {
"databases": [
"sqlserver",
"h2"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "10.17 (Ubuntu 10.17-0ubuntu0.18.04.1)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.18"
}
},
"run-mode": "prod",
"version": {
"date": "2021-07-14",
"tag": "v0.40.1",
"branch": "release-x.40.x",
"hash": "ed8f9c8"
},
"settings": {
"report-timezone": null
}
}
}

Hi @wjz
Likely caused by an antivirus/firewall. It's not related to Metabase.