-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support reading correct gateway port via API #591
Comments
Here is what I see when I click on the plug in link.
|
Hm.. what makes gateway port "correct" ? :) Based on provided data you are running the go-ipfs node on port You mentioned also(?) running different gateway on Hope this helps. (Let me know if I am missing something here) |
This isn't correct. I believe that the companion is connected successfully to the HTTP/API on the default port. But I never had the IPFS gateway configured for 8080. What I would expect to happen, is that the companion would have a way of finding out the correct gateway via the API. I think that this will be a common problem, because 8080 is an extremely common port to use for HTTP servers. |
Ah, I think I got it now: so the bug-or-feature is that you are connected to API port of one node, but are using Gateway port of another one. Automatic detection of gateway port by reading it from API was suggested in the past (#309) and we will need it for things like Brave integration, so it is on the roadmap. Current plan is to deliver this feature as a part of #491. Stay tuned. |
Thanks. Closing as dup. |
Let's keep it open as a part of milestone/14 :) |
See ipfs/kubo#5499
The text was updated successfully, but these errors were encountered: