H
Homarr15mo ago
hernicus

error message `Unexpected token 'I', "Internal S"... is not valid JSON`

I'm getting the above error when trying to upgrade my existing instance or even trying a fresh install. I will paste my docker-compose and logs below.
Solution:
just wanted to close the loop here - 0.14.1 fixed my issue!
Jump to solution
3 Replies
hernicus
hernicusOP15mo ago
version: "3"
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
ports:
- "4755:7575"
volumes:
- /home/docker/homarr:/app/data/configs
- /home/docker/homarr/icons:/app/public/icons
- /home/docker/homarr/data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=America/Los_Angeles
restart: always
version: "3"
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
ports:
- "4755:7575"
volumes:
- /home/docker/homarr:/app/data/configs
- /home/docker/homarr/icons:/app/public/icons
- /home/docker/homarr/data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=America/Los_Angeles
restart: always
for now, I've stayed on version 0.13.4 and that is working properly.
Meierschlumpf
Meierschlumpf15mo ago
0.14.1 will be released soon and should resolve your issue
Solution
hernicus
hernicus15mo ago
just wanted to close the loop here - 0.14.1 fixed my issue!

Did you find this page helpful?