5 days ago the build was working fine but now on the same deployment if I redeploy it will fail and give me this error
thread ‘’ panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/swc_common-0.39.0/src/syntax_pos.rs:702:18:
width 3 given for non-narrow character
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
fatal runtime error: failed to initiate panic, error 5
Error: Command “CI=false npm run build” exited with SIGABRT
I’m using React 18 and Vite 5
NOTE: the build is working fine locally