JJ Teoh
JJ Teoh
Running in release mode does make things a bit more inconvenient. Just as a workaround, I created a simple class with getKey, setKey and removeKey methods. Using env variables to...
I also have this issue when using server routes (for oauth callback) and it doesn't always happen i haven't found a reliable reproduction
@Yooooomi ``` services: server: user: root image: yooooomi/your_spotify_server restart: always ports: - "8181:8080" links: - mongo depends_on: - mongo environment: API_ENDPOINT: https://spotify-api.DOMAINN.com CLIENT_ENDPOINT: https://spotify.DOMAIN.com SPOTIFY_PUBLIC: ... SPOTIFY_SECRET: ... mongo: container_name:...