I am working on a new react object with react
i am using redux and it works fine on the route I am setting the state
but when I navigate to another route using link tag I get the state from store and use it to display some content and the text appears perfectly but in the template the image I get not loaded
I inspected the page and copy the src attr from html and paste it to a new tab it's work fine
<img src={`127.0.0.1:8000${profileInfo.cover_image}`}id="cover-photo" />
here what I mean the inspect url
the link in src attr here
I dont know why the image not loaded in the template seems every think fine
thanks for help