-
-
Notifications
You must be signed in to change notification settings - Fork 339
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I have already checked through the existing bug reports and found no duplicates
- Yes
App Version
1.8.0 (Docker)
Music Server and Version
Navidrome 0.60.3 (34c6f12a)
What local environments are you seeing the problem on?
Web Firefox
What happened?
When I try to generate a link to a song, instead of getting something like navidrome.example.com/share/abc, I'm getting feishin.example.com/share/abc (which leads to nowhere). If I manually change the url from feishin to navidrome, it works fine. It's working fine on the Electron version of the app.
Steps to reproduce
- Load Feishin via Docker
- Go to the website
- Click "share"
- Copy link
Relevant log output
$ cat docker-compose.yml
version: '3.8'
services:
feishin:
container_name: feishin
image: ghcr.io/jeffvli/feishin:latest
environment:
- SERVER_NAME=Feishin
- SERVER_TYPE=navidrome
- SERVER_URL=https://navidrome.example.com
- SERVER_LOCK=true
- REMOTE_URL=https://feishin.example.com
- LEGACY_AUTHENTICATION=false
- ANALYTICS_DISABLED=true
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=XXX
ports:
- XXX:XXX
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working