Spree
Results
3
comments of
Spree
I tested with 25 paragraphs of Lorem ipsum encoded in base64 but any payload over ~7700 bytes causes it.
Sorry, forgot to elaborate that it only happens when forcing polling transport mode on client side.
This worked for me with Vue 3 Composition API and Chart.js v4.3.0: ```js import { Chart as ChartJS } from 'chart.js' import { getChartLabelPlugin } from 'chart.js-plugin-labels-dv' ChartJS.register(getChartLabelPlugin()) ```