-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Settings page does not display when using UI when using HTTPS URL #482
Comments
@litebito
|
@kagemomiji |
@litebito
|
I had a similar issue that was resolved by directly adding This configures the Java Spring framework to correctly use the headers that are being set in the reverse proxy. The headers to consider: X-Forwarded-Proto, X-Forwarded-Host, and X-Forwarded-Port. Be sure to restart your Airsonic-advanced application and the reverse proxy service for the changes to take effect. |
Hi, @thewriteway I tried this, and restarted airsonic and httpd, no change, the issue is still there But I saw that my httpd config for the server was different than the one from @kagemomiji SUCCESS: The combination of both changes resolves the issue This is my httpd config for the airsonic server now: /etc/httpd/conf.d/loftstream.conf:
And /etc/systemd/system/airsonic.service:
Note: |
#482 Add reverse proxy configuration guide for Apache
@thewriteway @litebito |
What happened?
I've updated my setup to use SSL (https)
Since then, I've come across some weird behavior in the UI.
I observe the following when using the main menu:
when I hover over the Setting menu, I can see that it wants to go to: https://loftstream.xxx.xyz:14443/settings
Steps to reproduce
Version
11.1.4-SNAPSHOT (Edge)
Version Detail
11.1.4-SNAPSHOT.20240518150716
Operating System
Centos 9 Stream
Java Version
Java: 17.0.6+10-LTS
Database
Other
DB Detail
PostgreSQL 16
Configuration parameter
The text was updated successfully, but these errors were encountered: