Uploaded image for project: 'Red Hat Enterprise Linux AI'
  1. Red Hat Enterprise Linux AI
  2. RHELAI-3686

[instructlab/ui] [Dev] Missing trailing slash at the end of the taxonomy path makes the installer fail

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      [2914742471] Upstream Reporter: Václav Vančura
      Upstream issue status: Open
      Upstream description:

      The installation process fails when the taxonomy path is configured without a trailing slash at the end.

      The installation script does not document or gracefully handle this requirement. The code should either automatically append the trailing slash if missing or provide a clear error message indicating that the path format requires a trailing slash, preventing users from experiencing cryptic failures during installation.

      Examples

      1. Failing:

      ./ilab-ui-native-installer.sh install --username admin --password monkey --python-venv-dir ~/.venvs/instructlab --taxonomy-dir ~/user/path

      1. Passing:

      ./ilab-ui-native-installer.sh install --username admin --password monkey --python-venv-dir ~/.venvs/instructlab --taxonomy-dir ~/user/path/

      See the added trailing / in the passing example.


      Upstream URL: https://github.com/instructlab/ui/issues/659

              Unassigned Unassigned
              upstream-sync Upstream Sync
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: