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
Describe the bug
I can't connect the webui with the spawned daemon, even with my API.HTTPHeaders options set up inside the ipfsOptions, this is the error I get:
If i reload the webui at the same time my app is starting it shows data and a succes message, just for a sec (if you change webui view it shows the error message again). I can't reproduce this right now.
Ah, I just realized you are using js-ipfs (type: 'js').
The latest version of webui does not support js-ipfs.
I'm closing this as we are tracking fixing that in #1737
If you want to use webui with js-ipfs, you need to use older version that is bundled with js-ipfs – it can be loaded via http://127.0.0.1:{api_port}/webui, in your case http://127.0.0.1:5001/webui
Describe the bug
I can't connect the webui with the spawned daemon, even with my API.HTTPHeaders options set up inside the ipfsOptions, this is the error I get:
If i reload the webui at the same time my app is starting it shows data and a succes message, just for a sec (if you change webui view it shows the error message again). I can't reproduce this right now.
Reproduction
Expected behavior
Connet webui with my daemon.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop:
The text was updated successfully, but these errors were encountered: