I\'m trying to figure out why the page doesn\'t navigate to its template when clicked. The URL updates, and I have no JS errors.. I believe it loads the file, but t
Got the similar problem with Rack application. Solution was:
use Rack::Static, urls: ["/js", "/css", "/templates"]