Closed SeanAshe closed 1 year ago
Could not log in. (Unexpected token '<', "<!doctype "... is not valid JSON)
version: "3" services: airsonic: container_name: airsonic image: airsonic/airsonic restart: unless-stopped network_mode: bridge depends_on: - airsonic-refix volumes: - ./data:/airsonic/data - ./playlists:/airsonic/playlists - ./podcasts:/airsonic/podcasts - /mnt/nas/Content/Media/Music:/airsonic/music airsonic-refix: container_name: airsonic-refix image: tamland/airsonic-refix:latest restart: unless-stopped network_mode: bridge environment: - SERVER_URL=172.17.0.3:4040 ports: - 8080:80
You are not pointing the client to the correct server url. The error means the server is returning a html page when attempting to log in.
Could not log in. (Unexpected token '<', "<!doctype "... is not valid JSON)