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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
I have a OpenWrt uHTTPd server which is reachable on both IPv4 and IPv6 address. If I put the example file from https://github.com/ipfs/js-ipfs/tree/master/examples/browser-script-tag on that server and access it via IPv4 (http://192.168.1.1/jsipfstest.html) everything is fine. But if I access the same file via IPv6 (http://[6001:3ff0:6dae:0:4819:b1bb:c001:22ac]/jsipfstest.html) the node is not started and the following error is shown in the browser console:
OpenError: The operation failed for reasons unrelated to the database itself and not covered by any other error code.
Steps to reproduce the error:
Have a webserver which is reachable on both - IPv4 and IPv6 address.