apitable icon indicating copy to clipboard operation
apitable copied to clipboard

fix: all-in-one version, after click the dashboard, it crash.

Open zhangfugui727 opened this issue 3 years ago • 9 comments

Describe the bug 使用官方推荐的命令进行all-in-one安装,安装完成后,选择模板应用,点击仪表盘系统报错

Desktop (please complete the following information):

To Reproduce

  1. 使用推荐命令安装,安装前已删除apitable目录和所有数据(包含镜像), curl https://apitable.github.io/install.sh | bash
  2. 登录并创建空间
  3. 选择任意模板应用
  4. 点击仪表盘,即可重现错误,但是重现刷新页面,路由能重现正常,但无数据 image image image 在无数据页面点击其他table,页面直接会报错,重新刷新,路由正常 image image

Expected behavior 页面能正常打开

zhangfugui727 avatar Feb 17 '23 05:02 zhangfugui727

不要用localhost,用ip或域名,就行了

sepbin avatar Feb 17 '23 06:02 sepbin

不要用localhost,用ip或域名,就行了

也不行,依然有问题,重新安装的

https://user-images.githubusercontent.com/30425581/219620441-228f8614-653f-4925-a490-a5fcb15c23c1.mp4

zhangfugui727 avatar Feb 17 '23 10:02 zhangfugui727

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?

networkhermit avatar Feb 20 '23 01:02 networkhermit

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?

Docker compose mode

zhangfugui727 avatar Feb 20 '23 04:02 zhangfugui727

@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 avatar Feb 20 '23 05:02 zhangfugui727

@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.

networkhermit avatar Feb 20 '23 08:02 networkhermit

@zhangfugui727 We are currently working on this issue and will provide updates as soon as possible. Thank you for your patience and stay tuned!

JaneSu avatar Feb 20 '23 09:02 JaneSu

@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 image

BUG log: image image image image

thanks!

zhangfugui727 avatar Feb 20 '23 11:02 zhangfugui727

@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!

zhangfugui727 avatar Feb 20 '23 11:02 zhangfugui727

This issue has been resolved, please update your code.

JaneSu avatar Feb 23 '23 04:02 JaneSu