weizhouapache commented on code in PR #9231:
URL: https://github.com/apache/cloudstack/pull/9231#discussion_r1650552972
##########
ui/src/views/infra/zone/ZoneWizardLaunchZone.vue:
##########
@@ -2093,7 +2093,11 @@ export default {
resolve()
}).catch(error => {
message = error.response.headers['x-description']
- reject(message)
+ if (message.includes('is already in the database')) {
Review Comment:
@sureshanaparti
if host already exists, should we just ignore the error and skip the step ?
--
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]