I have been using Laravel heard on my Mac with a Laravel jetstream install, once I did a few changes I moved to a server, however while everything worked visually, the functionality of the site was gone, clicking on login took me to the login page, but when entering details, and clicking login, It would just reload the page.
I did a fresh install of Laravel jetstream on my server, same issue. So either it's something to do with nginx or something database related.
If anyone has any idea what I need to do, please let me know!
Check Logs: Laravel logs errors to storage/logs. Check the log files for any error messages that might indicate what's going wrong. Look specifically at the laravel.log file for any PHP errors or Laravel-specific issues.
Nginx Configuration: Check your Nginx configuration to ensure it's correctly routing requests to your Laravel application. Make sure that Nginx is configured to pass requests to the correct public directory (public by default in Laravel).
@Himmat Shortly after posting my question, I went onto my Laravel public site and opened my console on safari, saw that two things were giving 404 errors!!!
1st was this Livewire.js was returning a 404 when the page was loading, ended up finding this resource: https://livewire.laravel.com/docs/installation I fixed that by pasting the following in my nginx default file: