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
Webview tag should work if main is a url like http://127.0.0.1:8080.
Actual behavior
Webview crashes with an error. [37375:775:0906/085859.166034:ERROR:bad_message.cc(25)] Terminating renderer for bad IPC message, reason 1
0.32.4 works fine.
How to reproduce
Serve the Example App using python -m SimpleHTTPServer 8080
NWJS Version : 0.33.0
Operating System : macOS
Expected behavior
Webview tag should work if
main
is a url likehttp://127.0.0.1:8080
.Actual behavior
Webview crashes with an error.

[37375:775:0906/085859.166034:ERROR:bad_message.cc(25)] Terminating renderer for bad IPC message, reason 1
0.32.4 works fine.
How to reproduce
Serve the Example App using
python -m SimpleHTTPServer 8080
Example.zip
The text was updated successfully, but these errors were encountered: