Hi,
The meeting has expired, I can sure the problem is related to the g2c.api.careermaps.co.uk project
But I didn't find it in the IIS, you can remove the WebDAV for it.
You are using a separation architecture, and the problem occurs when the client proxy request to API(g2c.api.careermaps.co.uk).
I will check it.
Hi,
You can check this: https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
Hi,
I'm really just looking for information about what exactly is happening to get this exception? Is the endpoint simply not found? The not found response always comes back immediately, it's never a timeout situation.
We never had the problem so I don't know why. Can you share more logs? I will try to help you.
ok and one more question .. can i get my custom module by using abp list-modules. if not how can I get my custom module
Sorry, the CLI doesn't support this, but it's open-source, you can custom it if you need.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ListModulesCommand.cs
Hi,
I will check it.
Hi,
Sorry, but the ABP CLI can't work offline.
See: https://support.abp.io/QA/Questions/817/How-to-delete-current-license-login-session#answer-4cbc8f13-c7f3-84fa-7fc8-39fa2688df13
You can log in to CLI on the other computer and copy the %UserProfile%\.abp\cli\access-token.bin to the offline computer.
Hi,
Can you share a project that can reproduce the problem? shiwei.liang@volosoft.com
BTW, I remember that we solved the problem: https://github.com/abpframework/abp/pull/13173
You can check it in your project:
private void ConfigureAuthentication(ServiceConfigurationContext context)
{ context.Services.ForwardIdentityAuthenticationForBearer(OpenIddictValidationAspNetCoreDefaults.AuthenticationScheme);
}
Hi,
It looks like a problem, I will check it tomorrow.