You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/21 01:27:43 UTC

[GitHub] [apisix-dashboard] ipanocloud opened a new issue, #2648: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

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

   ### Current Behavior
   
   dashboad create route and manual select plugin config
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1.create route
   2.manual select plugin config
   3.submit
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   2.15.0
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   3.5.0
   - APISIX Dashboard version, if relevant:
   2.13.0
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   `
   {
     "uri": "/map-service/api/*",
     "name": "out-route-map-service",
     "desc": "地图路由",
     "methods": [
       "GET",
       "POST"
     ],
     "hosts": [
       "www.test.com"
     ],
     "service_id": "409256655683847112",
     "labels": {
       "API_VERSION": "V1",
       "Out": "MapService"
     },
     "status": 1
   }
   `


-- 
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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] bzp2010 commented on issue #2648: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
bzp2010 commented on issue #2648:
URL: https://github.com/apache/apisix-dashboard/issues/2648#issuecomment-1299446433

   Confirm, I will check it.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] bzp2010 closed issue #2648: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
bzp2010 closed issue #2648: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit
URL: https://github.com/apache/apisix-dashboard/issues/2648


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] hf400159 commented on issue #2648: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
hf400159 commented on issue #2648:
URL: https://github.com/apache/apisix-dashboard/issues/2648#issuecomment-1296728892

   hi, @ipanocloud I reproduced this problem. @bzp2010 Can you help me? This problem also exists in the latest version.
   
   ![image](https://user-images.githubusercontent.com/97138894/198959006-70aaea0b-2581-49a9-8b05-23f43aeae436.png)
   
   reproduced steps:
   1. create service.
   2. create Plugin-Config
   3. create routes. And use the service and plugin template you just created.
   4. View routing configuration, no plugin_config_id.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org