Skip to content
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

data rendering for qmHash browse has issue while rendering #1390

Open
devrajsinghrawat opened this issue Feb 2, 2020 · 0 comments
Open

data rendering for qmHash browse has issue while rendering #1390

devrajsinghrawat opened this issue Feb 2, 2020 · 0 comments

Comments

@devrajsinghrawat
Copy link

Describe the bug
When we provide a QmHash on input and clicks on browse button then it resolves the data stored and renders well But if you provide another QmHash and try again then it will still show the old value But it does work if you browse new QmHash after going out of current screen.

Example -

QmHash - QmTev1ZgJkHgFYiCX7MgELEDJuMygPNGcinqBa2RmfnGFu has a string value "Hello, World"

QmHash - QmU15dToS19kmwESk9gk4DJFheayeoQKCmL5pZpue3kTq7 has a string value "Hello, Dev-D"

But when you try to browse each hash screen will always show you the 1st QmHash value which it has rendered.

To Reproduce
Steps to reproduce the behavior:

  1. Go to ipfs ui app and click on 'Status'

  2. Provide the QmHash QmTev1ZgJkHgFYiCX7MgELEDJuMygPNGcinqBa2RmfnGFu in QmHash input section and click the browse button, which will display the result as 'Hello, World'

  3. Provide a new QmHash QmU15dToS19kmwESk9gk4DJFheayeoQKCmL5pZpue3kTq7 in QmHash input section and click the browse button, which will again display the result as 'Hello, World' instead of 'Hello, Dev-D'

  4. That's the Error

  5. Observation, When I perform the same task in 3 steps then it works well

    • Input QmHash and press browse, which will show the correct result
    • Click on Status again
    • Input new QmHash and press browse, which will show the correct result

Expected behavior
When we Provide a new QmHash QmU15dToS19kmwESk9gk4DJFheayeoQKCmL5pZpue3kTq7 in QmHash input section and click the browse button, which will again display the result as 'Hello, World' instead of 'Hello, Dev-D'

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 18
  • Browser : NA
  • Version [ ipfs-desktop 0.10.2, go-ipfs 0.4.22 ]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Needs Grooming
Development

No branches or pull requests

1 participant