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 2020/09/08 03:55:57 UTC

[GitHub] [apisix-dashboard] y934317258 opened a new issue #452: An error is reported when creating the second route:RouteGroup name is duplicate

y934317258 opened a new issue #452:
URL: https://github.com/apache/apisix-dashboard/issues/452


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirements
   - [ ] Feature or performance improvement
   - [ ] Other
   
   ___
   ### Question
   - What do you want to know?
   ___
   ### Bug
   - Which version of Apache APISIX Dashboard, OS, and Browser?
   master
   - What happened?
   RouteGroup name is duplicate 
   ![image](https://user-images.githubusercontent.com/68832358/92431455-27b3bd00-f1ca-11ea-8448-b55f29286859.png)
   
   If possible, provide a way to reproduce the error.
   An error is reported when creating the second route
   ___
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   


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

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



[GitHub] [apisix-dashboard] juzhiyuan commented on issue #452: An error is reported when creating the second route:RouteGroup name is duplicate

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


   merged, feel free to reopen this one.


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

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



[GitHub] [apisix-dashboard] y934317258 commented on issue #452: An error is reported when creating the second route:RouteGroup name is duplicate

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


   ![J86ZQR1`7F4(VG` 085D @L](https://user-images.githubusercontent.com/68832358/92442453-7ec58c00-f1e2-11ea-903a-40281f4229fc.jpg)
   Maybe it's the problem here. I'm not sure
   
   


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

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



[GitHub] [apisix-dashboard] juzhiyuan closed issue #452: An error is reported when creating the second route:RouteGroup name is duplicate

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #452:
URL: https://github.com/apache/apisix-dashboard/issues/452


   


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

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



[GitHub] [apisix-dashboard] juzhiyuan commented on issue #452: An error is reported when creating the second route:RouteGroup name is duplicate

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


   @liuxiran Please take a look, thanks!


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

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



[GitHub] [apisix-dashboard] liuxiran commented on issue #452: An error is reported when creating the second route:RouteGroup name is duplicate

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


   @y934317258 yes this error is due to the front ends corresponding to the routeGroup are still not merged
   when creating a route, a group without a name is created by default. When a new route is created, a new group (with no name) is created by default. Two groups without a same name report this error.
   
   it'll be solved with the routegroup pr merged and we will update the logic at the same time . Thank you~


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

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