Hi,
I've generated a new microservice template successfully and ran it via tye. Could you give more detail by telling me to step by step?
Regards
Hi Steve,
I see. You can change the level of the logs. Btw, these are not error logs. Their level is info
.
Regards.
Hi Steve,
We're aware of that, but it's related to Microsoft UseCors middleware, not ABP Framework. Also, you don't need to add the frontends to any service. Because services should access to gateway not the front end side.
Regards.
Hi,
I've reproduced the same issue and created an internal ticket. Your ticket was refunded.
It will be fixed in the next release.
Regards
Hi,
No, just trying to understand your question properly. We don't have documentation regarding this topic, even so, I can share the logic of Auditing to have a look at it. It may guide you.
Regards.
Hi,
We don't have documentation related to this topic but we can suggest using ABP AuditLogging package and implementing IAuditingManager as mentioned above. If it's not possible you should do it manually. ABP already supports all .net features.
Regards.
Hi,
Firstly we are happy to hear your kind words.
To enable and disable, there are many different ways on the official documention. Could you have a look it, please? Hopefully, it helps you. I'm not sure but IAuditingManager
may be useful for your case.
Regards.
Hi,
As far as I see your code, you signed your action as [AllowAnonymous] and tries to get the CurrentUser. So you can get null
value.
Could you check here, please?
Regards