semaphoreui / semaphore

Modern UI for Ansible, Terraform, OpenTofu, Bash, Pulumi.
https://semaphoreui.com
MIT License
10.32k stars 1.04k forks source link

Problem: "Applications" button does not works (points to `/apps`) #2199

Open vaz-ar opened 2 months ago

vaz-ar commented 2 months ago

Issue

The "Applications" button in the "New Template" dropdown menu does not works, it points to /apps.

the HTML is the following:

<a tabindex="0" href="/apps" role="menuitem" id="list-item-255" class="v-list-item v-list-item--link theme--dark"><div class="v-list-item__icon"><i aria-hidden="true" class="v-icon notranslate mdi mdi-cogs theme--dark"></i></div><div class="v-list-item__title">Applications</div></a>

Impact

Web-Frontend (what users interact with)

Installation method

Docker

Database

BoltDB

Browser

Firefox

Semaphore Version

v2.10.18

Ansible Version

No response

Logs & errors

No response

Manual installation - system information

No response

Configuration

No response

Additional information

No response

kesnol commented 2 months ago

It partly works for me on a non docker installation. It works when I proxypass to another port (https://myhostname:8443), but when I proxypass to https://myhostname/semaphore it stops working.