-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to setup export server in node application with npm package highcharts-export-server v3.0.3 and above #494
Comments
This is the request body.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using npm package
highcharts-export-server
in our express based server.Axis label is not getting translated as per selected lang, this is same as #434 which is fixed and released in 3.0.3 version but while we are using version 3.0.3 or above, we are getting error while starting the server. We drilled more into the code and found it is happening because coreScript is undefined.
TypeError: Cannot read properties of undefined (reading 'map').
After that server got started with this above error and we tried to export the chart and got another error
This is the request body we are passing and below are the configurations.
The same configuration is working fine in npm
highcharts-export-server v3.0.1
with translation issue.Can someone please help me here to unblock me.
The text was updated successfully, but these errors were encountered: