How to solve the below error after after deploying laravel project and getting “Service is live” on render logs.
Oct 3 12:56:41 PM2024/10/03 07:26:41 [error] 256#256: *209 open() “/var/www/html/public/api/user/detail/sad.svg” failed (2: No such file or directory), client: ::1, server: _, request: “GET /api/user/detail/sad.svg HTTP/1.1”, host: “user-portfolio.onrender.com”, referrer: “https://user-portfolio.onrender.com/api/user/detail/1”
Oct 3 12:56:44 PM2024/10/03 07:26:44 [info] 252#252: *210 client closed connection while waiting for request, client: 10.209.25.28, server: 0.0.0.0:80
I am hitting the get API on chrome browser with the help of the API URL provided by the render after deployment.
Kindly help, its urgent.