Unable to Access Dashboard Using semantica-explorer (Graph Loads Successfully) #631
|
Hi, I'm currently trying to use Semantica Explorer as a browser-based dashboard to explore a knowledge graph, but I'm running into an issue where the dashboard UI does not appear even though the server seems to start successfully. What I'm Trying to Do Based on the documentation, Semantica Explorer should launch a browser-based dashboard for visualizing and interacting with the graph. Command Used Shell
Console Output
However, when I navigate to http://127.0.0.1:8000 in the browser, I do not see the expected dashboard UI. Questions
Thanks. |
Replies: 5 comments 3 replies
|
@ZohaibHassan16 Could you please take a look? |
|
This is a missing frontend bundle issue. .gitignore ignores semantica/static/ so it can't serve the dashboard. |
|
Hi @harshalizode , the issue has been fixed in PR #638 . After the next PyPI release, the issue should be gone. |
|
When are we planning for release? |
|
Hey @harshalizode we have released 0.5.1 version of Semantica. |
Hi @harshalizode , the issue has been fixed in PR #638 . After the next PyPI release, the issue should be gone.