When using scichart.js, an error occurs when deployed using alias in nginx
First of all, the specifications are as follows. use react use vite use [email protected] use [email protected] The module settings are as follows. export const SetSciChartSurface = () => { SciChartSurface.setRuntimeLicenseKey(window.REACT_APP_SCICHART_KEY); SciChartSurface.configure({ wasmUrl: "./scichart2d.wasm", dataUrl: "./scichart2d.data", }); SciChartDefaults.useSharedCache = true; return…