fix: all-in-one version, after click the dashboard, it crash.
Describe the bug 使用官方推荐的命令进行all-in-one安装,安装完成后,选择模板应用,点击仪表盘系统报错
Desktop (please complete the following information):
To Reproduce
- 使用推荐命令安装,安装前已删除apitable目录和所有数据(包含镜像),
curl https://apitable.github.io/install.sh | bash - 登录并创建空间
- 选择任意模板应用
- 点击仪表盘,即可重现错误,但是重现刷新页面,路由能重现正常,但无数据
在无数据页面点击其他table,页面直接会报错,重新刷新,路由正常
Expected behavior 页面能正常打开
不要用localhost,用ip或域名,就行了
不要用localhost,用ip或域名,就行了
也不行,依然有问题,重新安装的
https://user-images.githubusercontent.com/30425581/219620441-228f8614-653f-4925-a490-a5fcb15c23c1.mp4
curl https://apitable.github.io/install.sh | bash is for docker-compose, not the all-in-one method. BTW, do you have both the docker-compose version and all-in-one version? Does this bug only exist in all-in-one?
curl https://apitable.github.io/install.sh | bashis for docker-compose, not the all-in-one method. BTW, do you have both the docker-compose version and all-in-one version? Does this bug only exist in all-in-one?
Docker compose mode
@networkhermit This version does not have this error
IMAGE_PULL_POLICY=always
IMAGE_REGISTRY=docker.io
IMAGE_BACKEND_SERVER=apitable/backend-server:v0.18.0-alpha_873
IMAGE_GATEWAY=apitable/openresty:v0.18.0-alpha_873
IMAGE_INIT_DB=apitable/init-db:v0.18.0-alpha_873
IMAGE_ROOM_SERVER=apitable/room-server:v0.18.0-alpha_873
IMAGE_WEB_SERVER=apitable/web-server:v0.18.0-alpha_873
IMAGE_IMAGEPROXY_SERVER=apitable/imageproxy-server:latest
IMAGE_INIT_APPDATA=apitable/init-appdata:v0.18.0-alpha_build51
IMAGE_MINIO=minio/minio:RELEASE.2023-01-25T00-19-54Z
IMAGE_MYSQL=mysql:8.0.32
IMAGE_RABBITMQ=rabbitmq:3.11.7-management
IMAGE_REDIS=redis:7.0.8
@zhangfugui727 Do you mean v0.18.0-alpha_873 is ok but some newer version crashed? If the newer version still have the bug you described, please tell us the specific version. If you are using Chrome/Firefox, you can get the full semver info from the first few lines of Console output.
@zhangfugui727 We are currently working on this issue and will provide updates as soon as possible. Thank you for your patience and stay tuned!
@zhangfugui727 Do you mean v0.18.0-alpha_873 is ok but some newer version crashed? If the newer version still have the bug you described, please tell us the specific version. If you are using Chrome/Firefox, you can get the full semver info from the first few lines of Console output.
Chrome version: 110.0.5481.104(正式版本) (64 位) Docker images:No tag, it should be the latest version(I just pulled everything)
apitable/backend-server v0.18.0-alpha_912
apitable/web-server v0.18.0-alpha_912
Here are the image pull time and system time

BUG log:

thanks!
@zhangfugui727 We are currently working on this issue and will provide updates as soon as possible. Thank you for your patience and stay tuned!
That's OK. Thank you very much!
This issue has been resolved, please update your code.