-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
- Laravel Version: 9.11
- Nova Version: 4.0
- PHP Version: 8.1
- Database Driver & Version: MySQL
- Operating System and Version: CentOS
- Browser type and version: Any
Description:
Whenever you access Nova in a subdirectory, for example: https://staging.mydomain.com/myproject/admin it redirect you to https://staging.mydomain.com/myproject/myproject/admin/login. Whatever the URL is after the TLD, it will just add it towards the URL.
For example, if the URL would've been: https://staging.mydomain.com/this/is/a/test/admin it will redirect you to https://staging.mydomain.com/this/is/a/test/this/is/a/test/admin/login
After moving the project to an actual domain name such as https://www.myproject.com everything works as expected.
Detailed steps to reproduce the issue on a fresh Nova installation:
2 options:
- After a fresh installation, move the
publicfolder 1 or more subdirectories deeper (change the relative paths inserver.phpandpublic/index.php) - Move the whole applications some layers deep.
Basically any configuration where you can't access the application in the domains root.
Metadata
Metadata
Assignees
Labels
No labels