additional options/OVERRIDE_APP_HOST option removed from the UI or doesn't work
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 196
- Forks
- 26
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 31
Description
Describe the bug
The additional options UI has disappeared from the UI, maybe a regression from this PR: https://github.com/nextcloud/app_api/pull/705. Going back a few commits (4074fd8), it can be set in the UI but it doesn't work still. "additional_options" is not available here in the deploy config: https://github.com/nextcloud/app_api/blob/0425db34ae13899869847c3fc6984da633ced31c/lib/Service/AppAPICommonService.php#L48-L50
more testing is required to rule out the php cache and find the exact point of the issue, if additional option was never inserted in the DB or if it wasn't fetched properly.
Steps/Code to Reproduce
/
Expected Results
/
Actual Results
/
Setup configuration
NC = v33.0.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the current additional-options UI with the version at commit 4074fd8 and inspect lib/Service/AppAPICommonService.php, especially the deploy configuration near lines 48-50. Trace whether additional_options is inserted into the database and later fetched, while ruling out PHP cache effects. Done means OVERRIDE_APP_HOST can be set in the UI and is present in the deploy configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- full-stack
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100