When clicking Back button nothing happens - "Loading" shows endlessly.
However "Back" button is rendered with /cardstack# link
<a href="/cardstack/#"><i class="uk-icon-mail-reply"></i> Back</a>
and it should /#
In page demo content in user/pages/menu/navbar/menu.md there is section
url: '/cardstack/#'
which should be
url: '/#'
There is also no error.html.twig template in themes/cardstack/templates - it should be copied from any other template, antimatter i.e.
Also if category "filter button" is choosen, i.e. "Company News" and refresh button is hit in browser, endless "Loading.." shows and nothing more (tested on Edge, Chrome).
When clicking Back button nothing happens - "Loading" shows endlessly.
However "Back" button is rendered with /cardstack# link
<a href="/cardstack/#"><i class="uk-icon-mail-reply"></i> Back</a>
and it should /#In page demo content in user/pages/menu/navbar/menu.md there is section
url: '/cardstack/#'
which should beurl: '/#'
There is also no error.html.twig template in themes/cardstack/templates - it should be copied from any other template, antimatter i.e.
Also if category "filter button" is choosen, i.e. "Company News" and refresh button is hit in browser, endless "Loading.." shows and nothing more (tested on Edge, Chrome).
Hope it helps polishing up this nice template.