Skip to content

Commit

Permalink
Merge pull request #2550 from digma-ai/fix-create-env
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
kshmidt-digma authored Oct 2, 2024
2 parents 1ebde6c + d285993 commit 8d18456
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,14 @@ class RecentActivityService(val project: Project, private val cs: CoroutineScope
} catch (e: AnalyticsServiceException) {
Log.warnWithException(logger, project, e, "Error creation {}", e.message)
ErrorReporter.getInstance().reportError(project, "RecentActivityService.createEnvironment", e)
""
"{\n" +
" \"errors\": [" +
"{\n" +
" \"errorCode\": \"Communication Error\",\n" +
" \"errorDescription\": \"Failed to create environment. Try again.\" \n" +
" }" +
"]" +
"}"
}
refreshEnvironmentsNowOnBackground(project)
val msg = SetEnvironmentCreatedMessage(response)
Expand Down
Loading

0 comments on commit 8d18456

Please sign in to comment.