getzep / zep

Zep | The Memory Foundation For Your AI Stack
https://help.getzep.com/ce
Apache License 2.0
2.71k stars 385 forks source link

[BUG] main page reports error 404 - Oops, something went wrong. Sorry, we couldn't find your page. #328

Closed shuther closed 8 months ago

shuther commented 8 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce

git clone repository
modify docker-compose.yml so the web interface reports to port 8152
docker compose up

go to the web url :8152

Expected behavior I guess a different user screen?

Logs

zep | time="2024-03-22T16:01:42Z" level=info msg="completed purging store" zep | time="2024-03-22T16:02:09Z" level=info msg="http://ubuntu-vm.local:8152/" bytes=2722 category=router duration=334894 duration_display="335.034µs" method=GET proto=HTTP/1.1 remote_ip=192.168.0.155 status_code=404 zep | time="2024-03-22T16:02:09Z" level=info msg="http://ubuntu-vm.local:8152/static/output.css" bytes=7306 category=router duration=977883 duration_display="978.063µs" method=GET proto=HTTP/1.1 remote_ip=192.168.0.155 status_code=200 zep | time="2024-03-22T16:02:09Z" level=info msg="http://ubuntu-vm.local:8152/static/favicon.png" bytes=3324 category=router duration=39024 duration_display="39.144µs" method=GET proto=HTTP/1.1 remote_ip=192.168.0.155 status_code=200 zep | time="2024-03-22T16:02:11Z" level=info msg="http://ubuntu-vm.local:8152/" bytes=2722 category=router duration=422049 duration_display="422.21µs" method=GET proto=HTTP/1.1 remote_ip=192.168.0.155 status_code=404 zep | time="2024-03-22T16:02:11Z" level=info msg="http://ubuntu-vm.local:8152/static/output.css" bytes=7306 category=router duration=749741 duration_display="749.901µs" method=GET proto=HTTP/1.1 remote_ip=192.168.0.155 status_code=200

Environment (please complete the following information): docker compose latest zep version (today clone) Starting zep server version 0.23.0-09fc6f2 (2024-03-21T18:20:40+0000)

Additional context Access to the admin module works

Screenshot 2024-03-22 at 17 07 07
danielchalef commented 8 months ago

This behavior is expected. Zep does not host any services on the URL root /. You can avoid the 404 by opening the Admin UI URL directly.