Why do I keep getting Object reference on server while it works fine on a local system

后端 未结 1 972
情话喂你
情话喂你 2021-01-20 08:06

My class objects are not getting converted into json, I think it returns object references, though while executing it locally, it executes perfectly.

Here is the cod

相关标签:
1条回答
  • 2021-01-20 08:35

    This answer might help - Grails JSONBuilder.

    Maybe your server code uses a different version of Grails, or Grails isn't setup the same between local and server environments.

    0 讨论(0)
提交回复
热议问题