ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: <NotFound ‘404: Not Found’>

Open ZX-lang opened this issue 1 year ago • 5 comments

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

ZX-lang avatar Jun 11 '24 09:06 ZX-lang

So, what's the URL you access to?

KevinHuSh avatar Jun 12 '24 02:06 KevinHuSh

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

ZX-lang avatar Jun 12 '24 02:06 ZX-lang

I guess Nginx is not runing, isn't it?

KevinHuSh avatar Jul 18 '24 01:07 KevinHuSh

I have the same problem as you, have you solved it?

LAYDOWN-J avatar Aug 09 '24 13:08 LAYDOWN-J

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?

Shehjad-Ishan avatar Aug 20 '24 11:08 Shehjad-Ishan

and even in my local dev , the port number is 9527 then curl 127.0.0.1:9527/xyz/api/ got same error.

yangboz avatar Mar 26 '25 07:03 yangboz