When importing a project from our development server and importing it to our clients server, we get an error on all of the charts that the chart was not found. How can we correct this? Recreating the component in their environment correct the issue, however there will be more imports as the project progresses. Both Gateways are version 8.3.4 and version 2.0.1 of Apex Charts Components.
- Is the module running?
- Any errors in the Gateways logs?
- Any errors in the client?
1 Like
The module is running and the error in the logs says, “No registered component for type-id: "embr.chart.apex-charts"
ApexCharts was added in v3.
You likely have the legacy Apex Charts module installed. You need to install Embr Charts, as bmusson indicates, it includes that package. You first need to uninstall apex charts
1 Like
This is where you can find the latest download:
1 Like
