I am developing a project using next js. In the project I have developed, I use an API to copy images under public/images.
I noticed something like this. After compiling the project with the npm run build
, the copying process is successful and the deletion process is also successful, but I cannot view the image on the screen.
What could be the reason for this?
The second image named sss.kopyasi.png was uploaded after it was built and it does not appear on the screen, what could be the reason?
When I rebuild the project, the images are coming, I used the Img tag of NextJs and I used the normal img tag, the problem did not get fixed.