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
Should show index.html similarly how the safe_cli can show it with cat command.
Current Behavior
Browser shows (on 0.16.0): CONNECTION FAILED Could not connect to the network There was an problem with the network connection.
Browser shows (on 0.15.4): The SAFE Browser was not able to connected the network.
Steps to Reproduce (for bugs)
Install latest CLI with curl -so- https://sn-api.s3.amazonaws.com/install.sh | bash
Prerequisites
Expected Behavior
Should show index.html similarly how the safe_cli can show it with
cat
command.Current Behavior
Browser shows (on 0.16.0):
CONNECTION FAILED Could not connect to the network There was an problem with the network connection.
Browser shows (on 0.15.4):
The SAFE Browser was not able to connected the network.
Steps to Reproduce (for bugs)
curl -so- https://sn-api.s3.amazonaws.com/install.sh | bash
safe auth install && safe node install
safe networks add local-network && safe networks switch local-network
safe node run-baby-fleming
safe auth start
safe auth create --test-coins
safe auth unlock --self-auth
safe node join
safe files put ~/my-site-folder/ /
safe cat safe://my-site-xorl/index.html
> showing index.html contentsafe-browser-v0.16.0-linux-x64.AppImage
and browse tosafe://my-site-xorl/index.html
but failed to show site.Your Environment
The text was updated successfully, but these errors were encountered: