Starts in:
2 DAYS
6 HRS
13 MIN
2 SEC
Starts in:
2 D
6 H
13 M
2 S

Activities of "learnabp"

I am trying to connect to my local Kubernetes and i am getting the following error? can you please help ?

Working directory: "C:\Users\XXXXXX\AppData\Local\abp-studio\current"
CommandResult { ExitCode: 0, IsSuccess: True, StartTime: 11/17/2024 13:32:29 +11:00, ExitTime: 11/17/2024 13:32:31 +11:00, RunTime: 00:00:02.4889620 } 13:32:31.913 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (1) 13:32:33.502 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (2) 13:32:35.471 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (3) 13:32:37.981 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (4) 13:32:41.133 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (5) 13:32:45.136 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (6) 13:32:50.233 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (7) 13:32:56.799 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (8) 13:33:05.232 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (9) 13:33:16.122 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (10) 13:33:30.164 Information Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. 13:33:30.165 Information Code:AbpStudio:HelmInstallFailed 13:33:30.165 Information Details: 13:33:30.165 Information ---------- Exception Data ---------- Name = wg-easy

13:33:30.165 Information Completed task execution: "Connecting to Kubernetes | Installing WG-Easy helm chart on the cluster. Retrying... (10)"

I have solved my problem by ensuring that the WireGuard which I installed on my Windows is in my path and then restarted ABP Studio and it was able to create the WG connection and the services then came up in the Kubernetes Tab

I am trying to connect to my local Kubernetes and i am getting the following error? can you please help ?

Working directory: "C:\Users\XXXXXX\AppData\Local\abp-studio\current" CommandResult { ExitCode: 0, IsSuccess: True, StartTime: 11/17/2024 13:32:29 +11:00, ExitTime: 11/17/2024 13:32:31 +11:00, RunTime: 00:00:02.4889620 } 13:32:31.913 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (1) 13:32:33.502 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (2) 13:32:35.471 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (3) 13:32:37.981 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (4) 13:32:41.133 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (5) 13:32:45.136 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (6) 13:32:50.233 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (7) 13:32:56.799 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (8) 13:33:05.232 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (9) 13:33:16.122 Warning Failed to installing wireguard easy helm chart. Exception: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Retrying... (10) 13:33:30.164 Information Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. 13:33:30.165 Information Code:AbpStudio:HelmInstallFailed 13:33:30.165 Information Details: 13:33:30.165 Information ---------- Exception Data ---------- Name = wg-easy

13:33:30.165 Information Completed task execution: "Connecting to Kubernetes | Installing WG-Easy helm chart on the cluster. Retrying... (10)"

can you please send me the fixed solution back because i can't get it working still

Hi,

Because the Olympic.Trader is a module template and it does not reference the identity module.

You need to install the Volo.Abp.Identity.Pro.EntityFrameworkCore and Volo.Abp.Identity.Pro.Domain to the test project.

PS: The TestData need to implement the ISingletonDependency interface

I think you mean Olympic.Trader.Store is a module template?

The Olympic.Trader is an app-pro template

The loading of data is commented out in the StoreDataSeedContributor in the Olympic.Trader.Store.TestBase project

public async Task SeedAsync(DataSeedContext context)
{
    /* Instead of returning the Task.CompletedTask, you can insert your test data
     * at this point!
     */
    await CreateSampleDataAsync();
}

un-comment await CreateSampleDataAsync

you will get the error about Identity Manager

can we please do a screen share so i can show you ???

can you please share what is the solution please?

If you are using the Remote iOS simulator from your Mac even in the safari it will not work because the Remote iOS simulator looks at the Mac as localhost be the backend is running on windows

However if I run the backend on the Mac then it will work on windows Remote iOS Simulator

Yeah but I am using remote iOS simulator on my mac and the backend app is running on my windows so is the Maui project so to see it I have used pair to Mac and need the Mac to be able to browse to the back end so easiest way was to use ngrok and modify the handler

I have followed all the documentation and the application successfully runs but when I click on the login button i get the following error

I am even using ngrok so the backend is available on the web

System.InvalidOperationException Message=Error loading discovery document: Error connecting to https://<omited>.au.ngrok.io/.well-known/openid-configuration. An error occurred while sending the request..

When i go to that URL in browser I do get a response with off the openid-configuration

Why do i still get a warning [16:35:30 WRN] Couldn't determinate version of "@abp/ng.schematics" package. ?

looks like the generation is fine

Showing 1 to 10 of 93 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06