Open skorphil opened 12 months ago
using dynamic import should fix the error 500
chartjs-zoom-plugin cannot be used for SSR. I think if you use NoRss or dynamic/import the error will go away. https://github.com/reactchartjs/react-chartjs-2/issues/43#issuecomment-253553931
Hi, in NextJS
import zoomPlugin from 'chartjs-plugin-zoom'
causeGET http://localhost:3000/ 500 (Internal Server Error)
while continue to work normally.