Daniel Klessa
Daniel Klessa
Hi Arunprasanth, are you using the correct device config on your wrapper for xb1? https://github.com/bbc/tal/blob/master/config/devices/microsoft-xboxone-default.json With that config there should be no problem to navigate through the app on xb1
What is the error? Please paste it here.
It seems you are missing the error.mutache in your views folder. That is what this error message is telling. But we need to figure out why the server wants to...
maybe try it with this config: ```javascript { "pageStrategy": "uwp", "deviceName": "XBOX One", "modules": { "base": "antie/devices/browserdevice", "modifiers": [ "antie/devices/anim/css3", "antie/devices/mediaplayer/html5", "antie/devices/mediaplayer/live/restartable", "antie/devices/exit/closewindow", "antie/devices/data/nativejson", "antie/devices/logging/onscreen", "antie/devices/logging/xhr", "antie/devices/logging/jstestdriver", "antie/devices/storage/cookie" ] },...
You are still using another strategy, please consider to use uwp strategy, since this is the best one for universal windows platform. The original config isn‘t complete for xbox one....