Jayraj Jog created NIFI-3991:
--------------------------------
Summary: Getting started documentation is missing trailing slash
for nifi dashboard URL
Key: NIFI-3991
URL: https://issues.apache.org/jira/browse/NIFI-3991
Project: Apache NiFi
Issue Type: Bug
Components: Documentation & Website
Reporter: Jayraj Jog
Steps to reproduce:
# Start nifi as per the steps given in the getting started documentation
(https://nifi.apache.org/docs.html)
# As per this section,
https://nifi.apache.org/docs.html#i-started-nifi-now-what navigate to
http://localhost:8080/nifi
Expected:
URL works, shows NiFi dashboard
Actual:
Connection refused. Correct URL is http://localhost:8080/nifi/ (with a
trailing slash)
Possible fixes:
* Add a trailing slash to the URL in the documentation
OR
* Update nifi to redirect /nifi to /nifi/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)