Tailwindcss Does not Load on the production server

Am deploying a laravel website on a subdomain on a cpanel I do run npm run build and the css compiles but the css files to load on my prodction server when I check the console I find this
 http://127.0.0.1:5173/@vite/client net::ERR_BLOCKED_BY_CLIENT
public/:24 
        
        
       GET http://127.0.0.1:5173/resources/css/app.css net::ERR_BLOCKED_BY_CLIENT on the production server the css does not load

I have tried solutions on the internet but seems none is working for me at the moment
Was this page helpful?