-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Related to spotDL/spotify-downloader#2035
It seems that port 8800 is ending up being hard-coded in the javascript somehow. You can see this if you search for "8800" in https://github.com/spotDL/web-ui/blob/master/dist/assets/index-CGxZV3ZT.js
This results in the UI not being able to contact the API if they are served on a port beisdes 8800 (e.g., docker setups or behind a reverse proxy like in my case).
It seems like that chunk of code matches with this config, but I'm not sure how that's turning into 8800 -- maybe vite is doing some smarts to transform this?: https://github.com/spotDL/web-ui/blob/master/src/config.js
I tried to look a little at why vite might do this, but didn't find much.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels