Hi Team,
I’m currently upgrading our Apliqo UX environment to Apliqo NextGen on a Linux environment (running Podman). I’ve run into a technical issue during the Content Store migration and wanted to see if anyone has encountered this or found a workaround.
When executing the Applications & Reports synchronization from our existing Content Store instance (ux_ca_xxx), the UI shows the status as Completed, but all the metrics (Total, Synced, Ignored, Failed) are stuck at 0. No data is imported into MongoDB at all.
While the UI indicates no failures, the backend container (apliqo-api) logs tell a different story. The sync pipeline is terminated prematurely by a fatal runtime error:
Has anyone seen this behavior before when migrating legacy Highcharts configurations from older Apliqo UX versions? Any insights or known workarounds would be greatly appreciated!
Lance
Hi Lance,
Any particular reason why podman and not docker compose?
Is it a general or specific problem? Is it just while migrating this particular content store? Or with all content stores? If it’s just this particular one then possibly a unhandled error while converting json of a edge case widget.
Hi Scott,
We have successfully migrated multiple ContentStores (Windows). However, this specific one(Linux) is the only one encountering the issue currently reported during the migration.
Based on the error message, it seems like there’s an issue with chart type : line.
Is Docker the only option here?
Later, I tried searching for widgets that used chartType:line. After changing them all to grid or deleting them, re-importing was successful. Thanks for the reply, Scott
was there anything “special” about the line charts?
Looking at the actual pages, there wasn’t anything visibly different. However, the error message did mention a missing chartNullValues setting. First, I tried adding chartNullValues=True to all of them, but the error persisted. That’s why I proceeded to change the type from chart to grid, or simply deleted the widgets