Chartjs-Syntax to loop through docs send from express router and use it to plot chart js

0๐Ÿ‘

I solved it by including the credentials objects in the client hbs file. It worked

fetch('/api/foo', {credentials: 'include'})

Leave a comment