henrygd / beszel

Lightweight server monitoring hub with historical data, docker stats, and alerts.
MIT License
2.86k stars 89 forks source link

Multiple web pages cannot be accessed #270

Open PascalDai opened 2 weeks ago

PascalDai commented 2 weeks ago

I found that there are many links under the personal icon on the homepage, such as users, system, logs, backups, etc. However, these links are all 404 after jumping. I deployed it on Docker. Is there anything missing when I deployed it? However, the data of the agent can be displayed normally, so I guess it is a problem with the hub. But I haven't found a specific solution. Is there any good way to troubleshoot this problem?

PascalDai commented 2 weeks ago

For example, pages with the address :/_/ cannot be accessed

henrygd commented 2 weeks ago

That's very strange. What version of the hub are you running and what operating system / browser are you using?

Also, what's the URL structure of your application? You don't need to give the exact address if it's publicly available, but is it something like https://yourdomain.com, or http://192.168.1.4:8090, etc.

If you try going directly to /_/#/login what exactly does it show? Can you provide a screenshot?

PascalDai commented 2 weeks ago

Regarding the access to /_/#/login, it is also a 404 prompt

image

I am using the latest image from Docker. It is opened in safari on macOS Sequoia 15. But I change browser, like chrome, it's work!

henrygd commented 2 weeks ago

Are you sure you don't have api anywhere in the URL?

That message should only show if you are in the /api path. For example: http://localhost/api/not-found.

I tested in safari on browserstack and I can't replicate this behavior.