Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
2.77k stars 110 forks source link

is it possible to install this without docker on windows 10? #306

Closed ohitstom closed 9 months ago

ohitstom commented 9 months ago

title

ohitstom commented 9 months ago

image image image image image

ohitstom commented 9 months ago

i think this is this issue? image why is it not 2999

Yooooomi commented 9 months ago

Hello, please provide the right env variables when building the web

ohitstom commented 9 months ago

Hello, please provide the right env variables when building the web

the env vars are provided correctly, the issue i have found is with the js. window.API_ENDPOINT = 'http://localhost:2999'; is not being set no matter where i put it, if i reload and put that into console asap everything works perfectly. image

image

ohitstom commented 9 months ago

found the issue, sorry, i was putting variables.js in the build dir not the public dir 🤦🏻