Base solution for your next web application
Open Closed

item.toJSON is not a function #8337


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    Can you share some code? service-proxies.ts related code and application service methods and its dto.

  • User Avatar
    0
    farhantufail created

    @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.