I installed IPFS using the kubo 0.39.0 version, but after starting ipfs, I cannot access the webui, and it prompts 504 Gateway Timeout. How can I solve this problem? Thank you!
By default, the API (and web UI) listens on port 5001, (localhost only). so you can open the webui at http://127.0.0.1:5001/webui
