latest版本点击表格出现Library does not exist是什么问题

latest版本点击表格出现Library does not exist是什么问题

就是存储表格用的仓库被删除了。看看服务器端的 dtable_web.log 有什么错误日志。

日志所有内容为这些
2021-03-01 06:53:52,886 [WARNING] django.security.SuspiciousSession:117 decode Session data corrupted
2021-03-01 06:53:53,337 [WARNING] django.security.SuspiciousSession:117 decode Session data corrupted
2021-03-01 06:59:43,755 [WARNING] django.request:152 get_response Not Found: /api/v2.1/workspace/1/dtable/
2021-03-01 06:59:49,810 [WARNING] django.request:152 get_response Not Found: /api/v2.1/workspace/2/dtable/
2021-03-01 06:59:51,980 [WARNING] django.request:152 get_response Not Found: /api/v2.1/workspace/2/dtable/
2021-03-01 06:59:53,526 [WARNING] django.request:152 get_response Not Found: /api/v2.1/workspace/2/dtable/
2021-03-01 06:59:55,362 [WARNING] django.request:152 get_response Not Found: /api/v2.1/workspace/2/dtable/
2021-03-01 06:59:56,466 [WARNING] django.request:152 get_response Not Found: /api/v2.1/workspace/2/dtable/
2021-03-01 06:59:57,587 [WARNING] django.request:152 get_response Not Found: /api/v2.1/workspace/2/dtable/
在第一次部署后,有rm过所有相关容器,以及删除了seatable文件夹,然后重新compose-up,但那时候还没开始使用

1.6.0运行正常