Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Setup form does not respect custom webroot #41188

Closed
5 of 8 tasks
HolonProduction opened this issue Oct 29, 2023 · 0 comments · Fixed by #41189
Closed
5 of 8 tasks

[Bug]: Setup form does not respect custom webroot #41188

HolonProduction opened this issue Oct 29, 2023 · 0 comments · Fixed by #41189
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: install and update

Comments

@HolonProduction
Copy link
Contributor

⚠️ This issue respects the following points: ⚠️

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

  1. Create a fresh nextcloud instance without creating an admin account
  2. Configure it with a custom webroot with overwritewebroot
  3. 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

@HolonProduction HolonProduction added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Oct 29, 2023
@HolonProduction HolonProduction changed the title [Bug]: [Bug]: Setup form does not respect custom webroot Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: install and update
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants