Base solution for your next web application
Open Closed

Audit logs with strange message returned #1648


User avatar
0
hkcf created

Hi,

I'm creating a new API service by Dynamic Web API Layer, it is working as well and success to logged the service request, but somehow it's logged strange message on custom API service sometimes. Normal: [attachment=2:tgouhigz]Untitled.png[/attachment:tgouhigz] [attachment=1:tgouhigz]Untitled2.png[/attachment:tgouhigz]

Sometimes it's logged strange message on parameter field: [attachment=0:tgouhigz]Untitled3.png[/attachment:tgouhigz]

it is not affected the result to insert data into DB but wanna find out the reason, thank you. :D :D :D


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Is your service called from angular page ? If so, a javascript error on that page might cause this problem. Because parameters are logged like "{{vm.getFormattedParameters()}}".

    Is that possible ?