I just installed v5.8.57 and cannot access the setup page after installation (https://mydomain.com/setup). the site root points to the public folder… however, it loads for about 10 seconds and then redirects to /setup with a page not found error 404. I have done extensive research but nothing works.
Based on my analysis, the app is trying to access the account table, but the database migration that creates the schema and the setup script that populates the database tables have not run.
The error in […storage/logs/Laravel.log] shows – [production.INFO: account table not found]
If I run [php artisan migrate] in the CLI, the schemas are loaded, and the migrations run successfully. However, the app now loads for about 10sec before redirecting to [mydomain.com/setup] with the error [Page Not Found 404].
This is confirmed in [/var/log/nginx/domains/mydomain.com.log] with – […“GET /setup/ HTTP/2.0” 404 1358 …]
No new error was added in […storage/logs/Laravel.log]
I hope this provides greater clarification @david@hillel
@david and @hillel
My issue is resolved. The default nginx config in Hestia cp was the issue. I created a new web template with the recommended config for laravel.