hi all,
for automatically loading items via the page.children i created an page.json.twig template. if i call the file directly via "http://server.com/page.json" the *.json file is parsed like it should.
if an element inside the code calls for the json file via javascript some numbers and so are added to the file uri (http://server.com/page.json?_22344234) and an error appears that this file can not be found.
what could be a solution for this? thanks very much.