shaunxcode / datomicism

interface for visualizing datomic schemas and queries
81 stars 17 forks source link

Browser and all other tools appear empty #6

Closed mtnygard closed 11 years ago

mtnygard commented 11 years ago

Love the screencast, looking forward to using this cool tool.

Sadly, all my tools show up empty, as in this screenshot.

Screen Shot 2012-12-28 at 10 57 43 AM

Is this user error, or a system problem?

Running the following:

mtnygard commented 11 years ago

After further investigation, I've found that the problem was with how I started Datomic's HTTP API.

bin/rest must be started with a URI that ends in a trailing slash. Else, the process starts (seemingly) without errors but cannot actually serve the API.