Rahul Verma created NIFI-15173:
----------------------------------
Summary: NiFi Registry UI does not auto-redirect to /nifi-registry
when base URL is accessed
Key: NIFI-15173
URL: https://issues.apache.org/jira/browse/NIFI-15173
Project: Apache NiFi
Issue Type: Bug
Components: NiFi Registry
Affects Versions: 2.6.0, 2.5.0, 2.4.0, 2.1.0, 2.0.0
Reporter: Rahul Verma
When the URL for NiFi Registry is launched, it does _not_ automatically
redirect to the {{/nifi-registry}} path. Users must manually append
{{/nifi-registry}} to the URL in the browser to reach the UI. This is causing
confusion, extra user queries, and document-searching by users.
*Steps to reproduce*
# Navigate to the base URL (e.g. {{{}https://my-server:port/{}}}).
# The UI does _not_ redirect to {{{}https://my-server:port/nifi-registry{}}}.
# The user must manually enter {{…/nifi-registry}} in the browser address bar
to reach the Registry UI.
*Expected behavior*
The base URL should either:
* Automatically redirect to {{/nifi-registry}}
*Actual behavior*
Users land on the base URL but do not see the Registry UI; they must know to
append {{/nifi-registry}} explicitly.
*Impact*
* Increases user queries to support.
* Increases onboarding/documentation overhead.
* Slight risk of users not finding the Registry UI or thinking the service is
down.
*Workarounds*
Manual append of {{/nifi-registry}} in browser URL.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)