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
Local graph only shows the graph from the home node
Why
Netlify makes lowercase url but the graph.json containing the graph is case sensitive.
It can't find the url in the JSON so it goes on the Home node as a default backup value.
Fix
Quick and dirty fix (makes the current node graph case insensitive !!! Watchout for collisions)
Edit src/site/_includes/components/graphScript.njk
Add the following right after line 30
Local graph only shows the graph from the home node
Why
Netlify makes lowercase url but the graph.json containing the graph is case sensitive.
It can't find the url in the JSON so it goes on the Home node as a default backup value.
Fix
Quick and dirty fix (makes the current node graph case insensitive !!! Watchout for collisions)
Edit
src/site/_includes/components/graphScript.njk
Add the following right after line 30
The text was updated successfully, but these errors were encountered: