I don't remember the errors from before because I removed the entire app from production server, and did another upload from local with a zip file now, did the database credentials change and visited the website. To my surprise, the website worked, but with a weird catch...all I see is the old version, the one that I started from botcamp and stopped working on it because I got stuck not knowing a lot of stuff.
#Built my Laravel app on local and when deployed to production, It shows the old app
7 messages · Page 1 of 1 (latest)
Now I don't get any errors, anywhere. Not on the log, not on the frontend even with the debug on.
So I can't give any errors if I don't get any. Just this weird problem that my website does not seem to reflect the update. Nothing that I changed show.
Even if all the files are from the local, with all changes. The database is the updated one. What the heck is going on here? Not to mention that the file from /config/app.php had all the local settings, I mean, the environment was still set to local, the app url was still pointing to https://localhost/website. I had no .env file, not on first install from Softaculous, not on local, since I copied the production to local. I always worked from the /config/app.php file.
I did manage to run composer update and composer install, all dependencies loaded/updated
I managed to run npm run build and vite compiled all files
And still the same old website version.