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
the local link is working fine, but when I open the network link I get automaticly redirected from http to https,
just to be greeted by an ERR_SSL_PROTOCOL_ERROR.
This behavior is persistent across diffrent browsers (Chrome, Firefox, Edge, Brave).
The sveltejs/template can be deployed and and opened without a redirect.
The text was updated successfully, but these errors were encountered:
I am using WSL2 on Windows 11 and ran into a problem when I want
to expose the app on my local network by running:
HOST=0.0.0.0 rollup -c -w
or
sirv public --host 0.0.0.0
I get these two links to enter the app:
- Local: http://0.0.0.0:5000
- Network: http://172.20.70.19:5000 // ip-address of wsl2 vm
the local link is working fine, but when I open the network link I get automaticly redirected from http to https,
just to be greeted by an ERR_SSL_PROTOCOL_ERROR.
This behavior is persistent across diffrent browsers (Chrome, Firefox, Edge, Brave).
The sveltejs/template can be deployed and and opened without a redirect.
The text was updated successfully, but these errors were encountered: