0
farhantufail created
we're having this issue only on one service and on method of the service that is createoredit. please guide me to solve the problem.
we are using product version 7.3.0 (aspnet core and angular).
2 Answer(s)
-
0
Can you share some code?
service-proxies.ts
related code and application service methods and its dto. -
0
@maliming Thanks Dear. I've solved the problem.It was our fault.we were actually using JSON.parse() to parse our array and forward that array to save function. that is why it was throwing this error.
BTW thank you so much for your quick response.