deekshith-hadil opened a new issue, #12716:
URL: https://github.com/apache/apisix/issues/12716

   ### Current Behavior
   
   I am trying to create Services, Routes and Upstreams via admin dashboard. 
But when I try to save, it does not get saved. No logs in apisix or no messages 
on the dashboard.
   
   
   
   What I see in the browser's developer console when I try to save the changes.
   
   <img width="1919" height="863" alt="Image" 
src="https://github.com/user-attachments/assets/3e5527a8-6824-4643-8d86-340f8f1ad807";
 />
   
   
   
   
   ### Expected Behavior
   
   The Service or Route or Upstream is created successfully and a succesful 
message is displayed. I am also able to view the objects that I created in the 
dashboard.
   
   ### Error Logs
   
   No logs found in apisix pod
   
   ### Steps to Reproduce
   
   1. Install and external etcd pod in a kubernetes cluster in the namespace 
`apisix`.
   2. Install apisix helm chart using the below command.
   ```
   helm install apisix apisix/apisix \
     --set etcd.enabled=false \
     --set externalEtcd.host={http://apisix-etcd:2379} \
     --set externalEtcd.user="" \
     --set apisix.enableIPv6=false \
     --set ingress-controller.enabled=true \
     --set ingress-controller.apisix.adminService.namespace=apisix \
     --set ingress-controller.gatewayProxy.createDefault=true \
     --set ingress-controller.config.kubernetes.defaultIngressClass=true \
     --set apisix.admin.allow.ipList="" \
     --set service.type=LoadBalancer \
     --set apisix.admin.type=LoadBalancer \
     -n apisix
   ```
   3. Access the admin dashboard using http://<ip>:9180/ui
   4. Go to *Services* and create a service and try to save the changes.
   5. No succesful or failure message is displayed.
   6. Clicking on *Services* does not show the service I tried to create.
   
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.14.1
   - Operating system (run `uname -a`): Ubuntu 22.04.5 LTS
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): NA
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`): NA
   - APISIX Dashboard version, if relevant: NA
   - Plugin runner version, for issues related to plugin runners: NA
   - LuaRocks version, for installation issues (run `luarocks --version`): NA
   - APISix Helm Chart version: apisix-2.12.2
   


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