CID retrieval check when navigating from file
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:
- Go to the file list page.
- Click the three-dot menu on a file.
- Select "Retrieval Check".
- Observe that the URL updates with the file's CID.
- 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
@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
i am using kubo v0.39.0 dev (build from source)
i also tried with https://webui.ipfs.io/, but the issue is same
@lidel , Hi Sir, Have you verify the issue?