Initially, without adding a proxy in the frontend in the package.json, the app works completely fine.
But when I add the proxy,
"proxy": "http://127.0.0.1:5000",
the app cannot fetch images from the public folder.
And show this error all over for all images.
I am using node js for the backend.
I have my image here in this directory.
Why is it?
Is it anything to do with the image path?