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
hi
I have checked your logs. But there are no error/exception logs in it.
Please share the logs that contains the Internal Server Error
Thanks.
hi
Please share full logs again
Thanks.
hi
long? id = null
Please try to use a DTO instead of long? id as parameter.