Kedro viz blank page
I created a sample pipeline that works correctly with kedro run, however when I try to visualise it with kedro viz I'm getting basically a blank page, even though the terminal doesn't show a single error. The only detail I've found was in the inspection mode:
https://i.stack.imgur.com/46hpN.png▾
The operating system I'm running it on is windows 10, when I launch it on WSL everything is completely normal.
Any ideas why it is happening and how to solve it?