I'm having issues with my Laravel project after I deployed to production, everything is working fine on localhost but showing blank page after deploying with no console errors. I have tried most suggested ways to fix it but I'm still getting the blank page. Here is my project link portal. recruittech. ng
And again, the 404 page on my project is working when you visit a page that is not found but I don't know why the other pages are showing blank
@gych Yes I'm using shared hosting, and uploaded the build project to my my cpanel without node_modules included. The issue is that I'm not getting any error on my console even when I tried viewing the source code everything seems just fine and the app js files are linking to the right source
no it's not necessary to install npm on hosting server.
i recently deployed a project having npm dependencies and module bundler vite
i just uploaded public/build folder to project using ftp.
by running npm run build vite will recreate all the js and css files again.
try this