diff --git a/extensions/eclipse-che-theia-plugin-ext/src/node/che-plugin-service.ts b/extensions/eclipse-che-theia-plugin-ext/src/node/che-plugin-service.ts index 6074f854b..94de9ea92 100644 --- a/extensions/eclipse-che-theia-plugin-ext/src/node/che-plugin-service.ts +++ b/extensions/eclipse-che-theia-plugin-ext/src/node/che-plugin-service.ts @@ -81,8 +81,9 @@ export class ChePluginServiceImpl implements ChePluginService { try { const workspaceSettings: WorkspaceSettings = await this.workspaceService.getWorkspaceSettings(); - if (workspaceSettings && workspaceSettings['cheWorkspacePluginRegistryUrl']) { - let uri = workspaceSettings['cheWorkspacePluginRegistryUrl']; + if (workspaceSettings && workspaceSettings['cheWorkspacePluginRegistryInternalUrl']) { + let uri = workspaceSettings['cheWorkspacePluginRegistryInternalUrl']; + console.log('[INFO] Plugin registry url is: ' + uri); if (!uri.endsWith('/plugins/')) { if (uri.endsWith('/')) {