ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: Agent page turns blank

Open jiangtiqiang opened this issue 1 year ago • 6 comments

Is there an existing issue for the same bug?

  • [x] I have checked the existing issues.

RAGFlow workspace code commit ID

xxx

RAGFlow image version

17

Other environment information


Actual behavior

无任何AGENT展示出来了

Expected behavior

接口有返回,但是页面无显示

Steps to reproduce

1 新建AGENT并保存
2 页面提示保存成功
3 刷新后无任何AGENT

Additional information

Image

Image

jiangtiqiang avatar Mar 05 '25 01:03 jiangtiqiang

我也遇到这个问题,加入团队,切换成员账号,然后agent 不显示了

mayu123mayu avatar Mar 05 '25 02:03 mayu123mayu

22 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. Traceback (most recent call last): File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request rv = self.dispatch_request() File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/utils.py", line 285, in decorated_view return current_app.login_manager.unauthorized() File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/login_manager.py", line 178, in unauthorized abort(401) File "/ragflow/.venv/lib/python3.10/site-packages/flask/helpers.py", line 272, in abort current_app.aborter(code, *args, **kwargs) File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/exceptions.py", line 863, in call raise self.mapping[code](*args, **kwargs) werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. 2025-03-05 10:24:26,068 ERROR 22 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. Traceback (most recent call last): File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request rv = self.dispatch_request() File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/utils.py", line 285, in decorated_view return current_app.login_manager.unauthorized() File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/login_manager.py", line 178, in unauthorized abort(401) File "/ragflow/.venv/lib/python3.10/site-packages/flask/helpers.py", line 272, in abort current_app.aborter(code, *args, **kwargs) File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/exceptions.py", line 863, in call raise self.mapping[code](*args, **kwargs) werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. 2025-03-05 10:24:26,070 ERROR 22 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. Traceback (most recent call last): File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request rv = self.dispatch_request() File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/utils.py", line 285, in decorated_view return current_app.login_manager.unauthorized() File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/login_manager.py", line 178, in unauthorized abort(401) File "/ragflow/.venv/lib/python3.10/site-packages/flask/helpers.py", line 272, in abort current_app.aborter(code, *args, **kwargs) File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/exceptions.py", line 863, in call raise self.mapping[code](*args, **kwargs) werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. 2025-03-05 10:24:26,072 ERROR 22 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required. Traceback (most recent call last): File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request rv = self.dispatch_request() File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/utils.py", line 285, in decorated_view return current_app.login_manager.unauthorized() File "/ragflow/.venv/lib/python3.10/site-packages/flask_login/login_manager.py", line 178, in unauthorized abort(401) File "/ragflow/.venv/lib/python3.10/site-packages/flask/helpers.py", line 272, in abort current_app.aborter(code, *args, **kwargs) File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/exceptions.py", line 863, in call raise self.mapping[code](*args, **kwargs) werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.

mayu123mayu avatar Mar 05 '25 02:03 mayu123mayu

I can't reproduce the issue you mentioned.

cike8899 avatar Mar 05 '25 07:03 cike8899

I also encountered this problem.

WenxuanZhao avatar Mar 06 '25 17:03 WenxuanZhao

I also encountered this problem.

sumu-kkk avatar Mar 12 '25 14:03 sumu-kkk

I also encountered this problem.

I am using the latest v0.17.2 full version

yangxg avatar Mar 18 '25 00:03 yangxg