Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http://localhost:8000 gives blank page with {"detail":"Not Found"} #125

Closed
ghost opened this issue Aug 6, 2022 · 4 comments
Closed

http://localhost:8000 gives blank page with {"detail":"Not Found"} #125

ghost opened this issue Aug 6, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@ghost
Copy link

ghost commented Aug 6, 2022

Describe the bug
when trying to access <ip>:8000, I get an empty page with {"detail":"Not Found"}

To Reproduce
docker-compose:

version: '3'
services:

  [other services]

  homeassistant:
    hostname: homeassistant
    container_name: homeassistant
    image: homeassistant/home-assistant:stable
    restart: unless-stopped
    ports:
      - 8123:8123
    volumes:
      - ./homeassistant:/config
      - /etc/localtime:/etc/localtime:ro
    depends_on:
      - zigbee2mqtt
      - influxdb
    environment:
      - TZ=Europe/London
    network_mode: host
    privileged: true

  shortumation:
    image: asosnovsky/shortumation-armv7:v0.5.2
    network_mode: host
    volumes:
      - ./homeassistant:/config
    depends_on:
      - homeassistant
    environment:
      - SUPERVISOR_TOKEN=[token removed as it's quite long]
      - HASSIO_WS=ws://0.0.0.0:8123/api/websocket   

Expected behaviour
Some form of startpage to appear

Screenshots
n/a.

Desktop (please complete the following information):

  • OS: DietPi (lightweight Debian on an R-Pi)
  • Browser safari
  • Version 15.6

Additional context
I am sure it is my config, but not sure what I did wrong so any pointer would be appreciated.

@ghost ghost added bug Something isn't working triage labels Aug 6, 2022
@asosnovsky
Copy link
Owner

Can you try to go to :8000/web I may need to update the documentation or add a redirect in the api.

@ghost
Copy link
Author

ghost commented Aug 6, 2022

bingo!

@ghost ghost closed this as completed Aug 6, 2022
@asosnovsky asosnovsky reopened this Aug 6, 2022
@asosnovsky
Copy link
Owner

Just keeping this open to remind myself to update the docs/add a redirect!

@asosnovsky asosnovsky added documentation Improvements or additions to documentation and removed bug Something isn't working labels Aug 6, 2022
@asosnovsky asosnovsky added this to the Version 1 milestone Aug 6, 2022
@asosnovsky asosnovsky removed the triage label Aug 6, 2022
@asosnovsky
Copy link
Owner

newest release v0.5.3 should be addressing this !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Development

No branches or pull requests

1 participant