Skip to content

@product.version@ instead of actual version when fetching jspdf.js script #21277

@cisowski-fortum

Description

@cisowski-fortum

Version with problem:
11.4.3

Expected behaviour
When exporting to pdf using offline-exporting module
jspdf.js script should be downloaded from
https://code.highcharts.com/11.4.3/lib/jspdf.js

Actual behaviour
there is a call to https://code.highcharts.com/@product.version@/lib/jspdf.js
resulting in 403

import Highcharts from 'highcharts/es-modules/masters/highstock.src.js';
import 'highcharts/es-modules/masters/modules/exporting.src.js';
import 'highcharts/es-modules/masters/modules/offline-exporting.src.js';

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions