-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap27-feedbackbugfeature: install and update
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
While I was setting up a Nextcloud instance under a custom webroot (<my-url>/cloud
) I was prompted to create an Admin account. But the form was broken since its action did not respect the custom webroot, and was pointing to <my-url>/index.php
instead of <my-url>/cloud/index.php
. I was able to create an account by altering the markup and all other forms work fine (e.g. sign in).
Steps to reproduce
- Create a fresh nextcloud instance without creating an admin account
- Configure it with a custom webroot with
overwritewebroot
- Open the url and inspect the target of the create admin form
Expected behavior
The form should respect my custom webroot.
Installation method
Community Docker image
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
throws error (since setup wasn't completed)
List of activated Apps
throws error (since setup wasn't completed)
Nextcloud Signing status
does not apply
Nextcloud Logs
empty
Additional info
No response
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap27-feedbackbugfeature: install and update