如题!
我使用的是文档中的docker-compose.yaml
部署的最新v3.4.0镜像。在创建超级用户后:
- 可以登录系统
- 设置界面正常
- 创建文件夹正常
- 无法创建表格
- 打开表格
- 无法导入表格
具体表现为:点击创建表格,则会出现Internal Server Error
提示,刷新后会出现刚创建的表格,但无法打开。导入表格也是同样的问题和提示。错误请求地址为http://<EXAMPLEDOMAIN>/api/v2.1/dtables/
检查日志后在dtable_web.log
中发现如下错误信息:
2023-02-16 08:03:59,095 [ERROR] seahub.api2.endpoints.dtable:466 post HTTPConnectionPool(host='127.0.0.1', port=6666): Max retries exceeded with url: /dtables/921cdfa1-7181-4ece-881a-ff993aac5e09 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f625bfcd8e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-02-16 08:03:59,095 [ERROR] django.request:224 log_response Internal Server Error: /api/v2.1/dtables/
求大佬帮助!