skip to Main Content

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…

VIEW QUESTION

WordPress Nginx 404 Not Found

I just migrating my Multisite WordPress from old server (centos) to new server (ubuntu22) with nginx, php8.1-fpm, mysql. I'm sure all of my configuration is correct but browser always display 404 not found server { listen 80 default_server; listen 443…

VIEW QUESTION
Back To Top
Search