Open PascalDai opened 2 weeks ago
For example, pages with the address
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?
Regarding the access to /_/#/login
, it is also a 404 prompt
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!
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.
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?