开发者版本v3.4.0无法创建、打开或导入表格

如题!
我使用的是文档中的docker-compose.yaml部署的最新v3.4.0镜像。在创建超级用户后:

  • :white_check_mark: 可以登录系统
  • :white_check_mark: 设置界面正常
  • :white_check_mark: 创建文件夹正常
  • :x: 无法创建表格
  • :x: 打开表格
  • :x: 无法导入表格

具体表现为:点击创建表格,则会出现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/

求大佬帮助!

仔细阅读安装文档https://docs.seatable.cn/published/seatable-manual/docker/seatable-ce/Deploy%20SeaTable%20with%20Docker.md#user-content-%E9%AB%98%E7%BA%A7%E8%AE%BE%E7%BD%AE