-
Notifications
You must be signed in to change notification settings - Fork 16
Graph not showing (empty box instead) #12
Comments
Any news on this issue? |
Sorry, I was on holidays and now I'm back. It seems a JS error. Can you take a look to the JS console to see if there are some kind of warning or error? |
Yes, this is a JS error, a CSP one. But I don't understand why... Are your script loading something from the Web outside of Kanboard? JS Console outputs:
|
Hello! Regards, Sébastien |
I'm having the same issue of an empty box showing up. My Chrome dev console reads: GET http://localhost/kanboard/C:/Apache24/htdocs/kanboard/plugins/Relationgraph/Asset/Javascript/vis/vis.js?1469542501 Am trying to track down where those funky urls are being generated. |
Solved like this .... |
We have the same problem. Was working fine until we upgraded to 1.0.35 Chrome console reports: Refused to load the script 'http://var/www/html/kanboard/plugins/Relationgraph/Asset/Javascript/vis/vis.js?1479719313' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. |
Hello I have a similiar problem like Boobert here (on a local installation via xampp): Rendered HTML from kanboard looks like this: Related PHP section should be this: Somehow the path doesn't get resolved properly. EDIT: Now I see the graph and can interact within. Awesome, thank you! |
@lvic Thanks! After these two changes the plugin works. |
Hello,
Tried your nice plugin that gives all its value to the "internal link" feature in Kanboard.
Unfortunately, no graph is showing when I launch the relation graph page related to 1 task.
I am using:
Tried with different types of internal links but same problem.
Any idea of what I did wrong? Thanks in advance for your help.
Here are a few screenshots.
Regards,
Sébastien
The text was updated successfully, but these errors were encountered: