Have you set ExposeIntegrationServices
to true
?
hi
If you want to redirect to the login page for all 401 or 403, you can override the abp.ajax.handleErrorStatusCode
in a global javascript.
https://abp.io/docs/latest/framework/ui/mvc-razor-pages/javascript-api/ajax#log-show-errors
hi
Try to pass the -m
to specify the module name.
abp generate-proxy -t csharp -m identity --url http://localhost:44388/
Remember to set ExposeIntegrationServices
to true
.
Configure<AbpAspNetCoreMvcOptions>(options =>
{
options.ExposeIntegrationServices = true;
});
? That service is not exposed by default, unless you explicitly set ExposeIntegrationServices options (see the Exposing Integration Services section).
https://docs.abp.io/en/abp/latest/Integration-Services
hi
Our support team will check your problem.
ok, Please create a new question if you find something.
hi
However, I have notice after some time, this value automatically changed to "confidential". I have cross-checked the application but was unable to find where the value is being set.
The framework will not do this.
Please check your code. https://auth0.com/docs/get-started/applications/confidential-and-public-applications
hi
The error is:
System.TypeLoadException:
Method 'Handle' in type 'UrvinFinance.ImageService.Behaviour.ValidationBehavior2'
from assembly 'UrvinFinance.ImageService.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
does not have an implementation.
C:\Step2gen\urvinfinance\services\identity\src\UrvinFinance.IdentityService.HttpApi.Host\Program.cs:line 80
Please check your UrvinFinance.ImageService.Application
project.
You can also try to run abp clean
command and build & run again.
The error is not about abp framework.
Thanks.
hi
The error:
An exception was thrown while activating UrvinFinance.IdentityService.User.UserController ->
UrvinFinance.IdentityService.UserProfileSettings.UserProfileAppService.
Cannot resolve parameter 'UrvinFinance.PaymentService.Subscriptions.ISubscriptionAppService subscriptionAppService'
You should depend on the ISubscriptionAppService
implement module.
eg XXXApplicationModule