Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Client sending "__module":'$$BACKREF$$:.__module'?

    It's a bit difficult for me to lay out the exact scenario in which is occurs (since I'm actually having a hard time isolating the case in my head). That said, I am having a difficult sending something beck to the server from the client side.

    There seems to be an extra attribute "__module" that gets sent, which does not usually cause any issues since it's normally an empty map, but in this instance, "__module":'$$BACKREF$$:.__module' is being sent, which causes an error with my server which expects that all strings be surrounded by double quotes, not single.

    How might I get around this problem? What is '$$BACKREF$$:.__module' anyway? Why is it showing up?
Working...
X