apache / apisix-dashboard

Dashboard for Apache APISIX
https://apisix.apache.org/
Apache License 2.0
989 stars 523 forks source link

dashboard3.0.1创建、配置路由页面无法打开,插件页面也无法打开,一直在加载状态 #2952

Open renmeijian opened 3 months ago

renmeijian commented 3 months ago

Issue description

在其他云服务器或本机的虚拟机中正常。一直加载打不开的问题出现在阿里云ECS服务器,centos7; apisix和dashboard 日志无任何报错; 前端控制台报错: GET http://ip:9000/p__Route__Create. umi.c3c9b336.js:1 8619756b.async.js net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Expected behavior

能创建路由,打开配置页面

How to Reproduce

在其他云服务器或本机的虚拟机中正常。一直加载打不开的问题出现在阿里云ECS服务器,centos7; apisix和dashboard 日志无任何报错; 前端控制台报错: GET http://ip:9000/p__Route__Create. umi.c3c9b336.js:1 8619756b.async.js net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Screenshots

No response

Environment

Additional context

No response

kusumo1920 commented 2 months ago

this is happened to me as well. loading infinitely in my screen. image

kusumo1920 commented 2 months ago

I think I found the root cause. That is, the server ram is low (only 1GB in my case) 😂. After I install on my other server (4GB), it works fine.