js: crbug/1173575, QwebEngineView
Solved
QtWebEngine
-
hello QT community ,
I'am using : -->Qt Creator 11.0.0,
---> QT 6.5.2 MSV02019 64 bitI have this error "js: crbug/1173575, non-JS module files deprecated" ,while trying to load a specific web page in the QWebEngineView ,
PS : this error occurs only when i load this specific wzb page , when i try to load " https://google.com" or a video on youtub it works fine .thank you in advance !
-
The webSite i was trying to load had an authentification pop up , this pop up created the problem ,
the username and password must be , in my case , added with the format − https://username:password@URL in order to resolve that issue . -
-