Describe the problem in as much detail as possible:
While using the CAPIv2-Updater to sync data from EDSM to the systems endpoint, the primaryStar field is being saved as as a string containing json data instead of an object
Steps to reproduce the error:
N/A
Expected behavior
It should be an object not a string
Which Server are you experencing the issue with:
[x] Live Server - https://api.canonn.tech
[x] Beta Server - https://api.canonn.tech:2053
[x] Alpha Server - https://api.canonn.tech:2083
What endpoint(s) are you seeing the error on:
URL: https://api.canonn.tech:2083/systems/1
Describe the problem in as much detail as possible: While using the CAPIv2-Updater to sync data from EDSM to the systems endpoint, the
primaryStar
field is being saved as as a string containing json data instead of an objectSteps to reproduce the error: N/A
Expected behavior It should be an object not a string
Screenshots
Additional context Upstream Strapi issue: https://github.com/strapi/strapi/issues/3763