noke
2022 年6 月 8 日 15:55
1
环境:
Docker单机部署
开发人员版
版本 2.6.0
问题描述:
管理员用户 创建的表都打不开了,打开就提示“服务器内部错误”,并且这个用户(管理员用户 )也无法新建表,新建表时会提示“错误”。
其它用户都不受影响,可以正常新建表,打开自己创建的表,但是也无法打开由这个管理员账户创建并分享的表,打开也提示“服务器内部错误”
小弟在此请教一下各位大佬们
dtable-server.log
[2022] [ERROR] http-service.js[134] - dtable_uuid: 743f7fadd7104ac49bd81b9fcacef907 - Dtable load failed 743f7fadd7104ac49bd81b9fcacef907
[2022] [ERROR] http-service.js[134] - dtable_uuid: c8553998c57142b1b4897b78450a2d88 - Dtable load failed c8553998c57142b1b4897b78450a2d88
[2022] [INFO] dtable-manager.js[420] - 0 dtables saved.
[2022] [ERROR] http-service.js[134] - dtable_uuid: 85efa12c06254baf894537ef56648785 - Dtable load failed 85efa12c06254baf894537ef56648785
Console
GET http://table.***.com/dtable-server/dtables/743f7fad-d710-4ac4-9bd8-1b9fcacef907?lang=zh-cn 500 (Internal Server Error)
关联
Environment Docker Standalone Deployment Developer Edition Version 2.6.0 Problem Description The tables created by the administrator user cannot be opened, prompting “Internal server error”, and this user (the administrator user) cannot...
opened 06:43AM - 09 Jun 22 UTC
**Environment**
Docker Standalone Deployment
Developer Edition
Version 2.6.0
…
**Problem Description**
The tables created by the administrator user cannot be opened, prompting "Internal server error", and this user (the administrator user) cannot create new tables either, and "error" is prompted when creating new tables.
Other users are not affected, they can create new tables and open the tables they created normally, but they cannot open the tables created and shared by this admin account, and they also prompt "internal server error" when opening them.
**dtable-server.log**
```
[2022] [ERROR] http-service.js[134] - dtable_uuid: 743f7fadd7104ac49bd81b9fcacef907 - Dtable load failed 743f7fadd7104ac49bd81b9fcacef907
[2022] [ERROR] http-service.js[134] - dtable_uuid: c8553998c57142b1b4897b78450a2d88 - Dtable load failed c8553998c57142b1b4897b78450a2d88
[2022] [INFO] dtable-manager.js[420] - 0 dtables saved.
[2022] [ERROR] http-service.js[134] - dtable_uuid: 85efa12c06254baf894537ef56648785 - Dtable load failed 85efa12c06254baf894537ef56648785
```
**Console**
```
GET http://table.***.com/dtable-server/dtables/743f7fad-d710-4ac4-9bd8-1b9fcacef907?lang=zh-cn 500 (Internal Server Error)
```
**Screenshots**


**Related questions**
https://bbs.seatable.cn/t/topic/1478
https://www.zhihu.com/question/536844753
Doris
2022 年6 月 10 日 05:35
3
RE: I tried to set another user as administrator and switch to that account, the account can create bases normally, but when I open the base created and shared by the previous user, I still get “Internal server error” (the above actions are on the same computer and browser)
I saw your question details and official reply in https://forum.seatable.io/ , only this specific admin user is getting this error (Internal server error, returning error 500) and cannot create new base or open existing base. I thought maybe there was something wrong with this admin itself and caused the problem. You can call rdb for more help.