You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working with chartjs-node for a few days now and locally it is working great but I have a problem when deploying to Heroku. It seems for Heroku I cannot deploy the alpha2 version of canvas.
I am a bit stuck what I can do to have this working with the latest version of canvas...when I try the latest version of canvas, I get the error Cannot read property 'length' of null which I think comes from line 128 length: buffer.length . Any help to get around this would be greatly appreciated as I am completely stuck :(.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I ended up downgrading to canvas 1.6.13 and that is working just fine with Heroku. Not ideal to be using an older version but its the only way I have been able to get this working.
Hi,
I have been working with chartjs-node for a few days now and locally it is working great but I have a problem when deploying to Heroku. It seems for Heroku I cannot deploy the alpha2 version of canvas.
I am a bit stuck what I can do to have this working with the latest version of canvas...when I try the latest version of canvas, I get the error
Cannot read property 'length' of null
which I think comes from line 128length: buffer.length
. Any help to get around this would be greatly appreciated as I am completely stuck :(.Thanks in advance!
The text was updated successfully, but these errors were encountered: