Hello,
I am trying to get a Larvel, React app live on CPanel server. I believe I have checked the basics;
✅ Symlink to from root/public to public_html
✅ .htacces is in place
✅ Run the following… php artisan cache:table, php artisan migrate, php artisan cache:clear
✅ Connected MySql in .env and other env variables
I can see the site loads, but its just a black screen, which is not what I am expecting.
Console shows…
client:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
app.tsx Failed to load resource: net::ERR_CONNECTION_REFUSED
NewOrder.tsx Failed to load resource: net::ERR_CONNECTION_REFUSED
Failed to load resource: net::ERR_CONNECTION_REFUSED
Which suggest something is wrong on the React side of things?
Help would be appreciated