Possibly the APP_URL, in .env is incorrect or not being read?
Jetstream InertiaJS 404 on routes
Issue:
The Log in (/login) and Register (/register) links on the homepage (which is rendering) are returning the NGINX 404 page in a modal.
Current status and efforts:
Status:
New install on a new LEMP droplet on DO
Laravel v9.9.0 PHP v8.0.17
nginx/1.18.0
Ubuntu 20.04
Console & Network tabs of DEV tools show nothing other than 404's for the request.
php artisan route:list shows a valid starting list for the routes
database connection is good
CNAME on DNS working and url being hit is pointing at server & .env has the correct url with https (cert is through cloudflare)
Actions taken:
Composer install as non root
Composer update as non root
php artisan migrate
npm install && npm run dev
npm run watch
php artisan route:cache
php artisan route:clear
php artisan cache:clear
php artisan view:clear
systemctl restart nginx
systemctl restart php8.0-fpm
Please or to participate in this conversation.