ipfs-webui icon indicating copy to clipboard operation
ipfs-webui copied to clipboard

CID retrieval check when navigating from file

Open ChayanDass opened this issue 2 months ago • 3 comments

Describe the bug
When using the three-dot menu on a file and navigating to the Retrieval Check, the CID appears in the URL but is not automatically populated in the CID input field. This prevents the retrieval check from running immediately.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the file list page.
  2. Click the three-dot menu on a file.
  3. Select "Retrieval Check".
  4. Observe that the URL updates with the file's CID.
  5. Check the CID input field — it remains empty, and the retrieval check does not run automatically.

Expected behavior
The CID input field should automatically populate with the CID from the selected file, and the retrieval check should be triggered immediately.

Screenshots

Image

ChayanDass avatar Oct 23 '25 17:10 ChayanDass

@ChayanDass which version of ipfs-webui you are using? I was not able to reproduce with the latest release https://github.com/ipfs/ipfs-webui/releases/tag/v4.9.1 present in Kubo 0.38.1

lidel avatar Oct 23 '25 23:10 lidel

i am using kubo v0.39.0 dev (build from source) i also tried with https://webui.ipfs.io/, but the issue is same

ChayanDass avatar Oct 24 '25 05:10 ChayanDass

@lidel , Hi Sir, Have you verify the issue?

ChayanDass avatar Oct 25 '25 11:10 ChayanDass