[Question]: <NotFound ‘404: Not Found’>
Describe your problem
I'm running ragflow_server.py locally in pycharm, not using docker. When I enter the address in my browser I get { “data”: null, “retcode”: 100, “retmsg”: “<NotFound ‘404: Not Found’>” } Whether I use the port or not I still use the default 80 port how to solve this problem
So, what's the URL you access to?
So, what's the URL you access to?
we try to use 127.0.0.1 or the real ip of my comupter such as 192.168.1.103,but none of them can reach the login page
I guess Nginx is not runing, isn't it?
I have the same problem as you, have you solved it?
Describe your problem
I'm running ragflow_server.py locally in pycharm, not using docker. When I enter the address in my browser I get { “data”: null, “retcode”: 100, “retmsg”: “<NotFound ‘404: Not Found’>” } Whether I use the port or not I still use the default 80 port how to solve this problem
What is the solution?
and even in my local dev , the port number is 9527 then curl 127.0.0.1:9527/xyz/api/ got same error.