wdhwang opened a new issue, #2782:
URL: https://github.com/apache/apisix-dashboard/issues/2782

   ### Issue description
   
   I used the same procedures to create apisix-dashboard v3.0.0 and v3.0.1 
docker images via apisix-docker project. The only difference is 
APISIX_DASHBOARD_TAG's value. When I started the v3.0.1 image, and click the 
'Plugin' function from the left menu. I can see the correct layout displayed, 
but after a very short time (maybe 0.3 sec) the screen became empty. Nothing 
displayed on the screen. If I viewed the source code from browser by click 
mouse left button, I could see js codes.
   
   ### Expected behavior
   
   [
   
![PluginPage](https://user-images.githubusercontent.com/10345015/228420222-10fb1f1c-0a39-42ce-856f-9116b17ec2fa.png)
   
   
   ### How to Reproduce
   
   1. git clone https://github.com/apache/apisix-docker.git
   2. cd apisix-docker/dashboard
   3. Modify Dockerfile.alpine, and set ARG APISIX_DASHBOARD_TAG=v3.0.1
   4. docker build -t apisix-dashboard:dev -f Dockerfile.alpine ./
   5. push the built image to DockerHub in my personal account
   6. helm show values apisix/apisix-dashboard > values.yaml
   7. Modify values.yaml, and change image repository to my built image
   8. helm install apisix-dashboard apisix/apisix-dashboard -n apisix -f 
values.yaml
   9. you may try to click 'Plugin' page
   
   ### Screenshots
   
   _No response_
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): Image: apache/apisix:3.0.0-debian
   - OS (cmd: `uname -a`): Image: alpine:latest
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): 
   - etcd version, if have (cmd: run `etcd --version`):  Image: 
docker.io/bitnami/etcd:3.5.4-debian-11-r14
   - apisix-dashboard version, if have: v3.0.1
   - Browser version, if have: Chrome  111.0.5563.112
   
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to