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/04/01 23:56:17 UTC

[GitHub] [apisix-dashboard] 2null opened a new issue #2407: bug: The copy function copied the ID, resulting in duplicate ID and unable to submit

2null opened a new issue #2407:
URL: https://github.com/apache/apisix-dashboard/issues/2407


   ### Current Behavior
   
   The copy function copied the ID, resulting in duplicate ID and unable to submit
   For example, if the routing is copied and the content is modified after copying, the new copy will bring the old ID synchronously and cannot be modified, resulting in abnormal replication functions
   
   ### Expected Behavior
   
   Do not copy the ID. create a new ID when submitting
   
   ### Error Logs
   
   ![image](https://user-images.githubusercontent.com/12538906/161306404-9bb8f61f-f90b-4140-ab50-e7ad24ee6c3d.png)
   ![image](https://user-images.githubusercontent.com/12538906/161306507-8ae43c33-4e97-4b94-9aa9-b84bfa161754.png)
   
   
   ### Steps to Reproduce
   
   Scenario that may cause this problem: restore from etcd backup of lower version to newly apisix installed version, and there will be similar problems
   I have tried the latest three versions and all have similar problems
   
   This function is abnormal, which leads to great hidden dangers in upgrading
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - 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`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


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