Assets got net::ERR_ABORTED 404 (Not Found) in route `/` on Laravel 10 with Nginx server
I got so many net::ERR_ABORTED 404 (Not Found) for my public/assets file when accessing the route of / but when I tried another route like /home with the same page and same file its works fine.
I deployed my Laravel 10 project on Ubuntu 22 with Nginx.