Hello, I have some feedback from our lates security testing round that is about ABP code. Where should I send this feedback?
what the purpose of that page? To show different cms-kit pages based on the user's language?
Thanks for the reply! But I don't understand, what page do you mean. Our KB-articles are not managed by developers, that's why we are looking into CMS-kit.
Hello, we are researching the cms-kit module as an option to store our application's customer facing knowledge base. The knowledge base contains the guides how to use the main application. One thing I would like to clarify is how would we implement the page localisation. We need the same KB page in different languages. Does the the cms-kit support this use case by default? If not how should we create the pages and support this use case?
Hi
We are experiencing an issue where exceptions are not being properly logged with their full details to Application Insights.
Problem: When an error occurs, we only see a generic error message in the logs, not the actual exception details or stack trace.
Example from Application Insights:
MessageTemplate: ---------- RemoteServiceErrorInfo ----------
{
"code": null,
"message": "Sisäinen virhe tapahtui pyynnön käsittelyssä.",
"details": null,
"data": null,
"validationErrors": null
}
RequestPath: /api/abp/application-localization
ActionName: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationLocalizationController.GetAsync (Volo.Abp.AspNetCore.Mvc)
Expected behavior: We want to hide exception details from the client (for security), but still log the full exception with stack trace to Application Insights for debugging purposes.
Questions:
IExceptionFilter or override IExceptionToErrorInfoConverter?Multitenancy to Elsa workflows to be able to separate workflows for each tenant.
That was the correct one, thanks!
The AI bot answer is wrong. There is no key "PhoneNumberConfirmed" in the en.json file either. I know I can add it myself, but what is the key?
Hello, We will try Mailkit. I think Abp should move away from using the default smtp email sending service since the smtp client is clearly not meant to be used this way.