Hi
I’m trying to write a very simple projection via the UI… But it just stops immediately when I try to start it… The chrome debugger has some seemingly unrelated error messages…
Failed to load resource: the server responded with a status of 404 (Not Found)
2js/app.min.js:2 SyntaxError: Unexpected token *
at Object.parse (native)
at U (http://127.0.0.1:2113/web/js/app.min.js:1:4907)
at l.defaults.transformResponse (http://127.0.0.1:2113/web/js/app.min.js:2:6566)
at http://127.0.0.1:2113/web/js/app.min.js:2:6239
at s (http://127.0.0.1:2113/web/js/app.min.js:1:1059)
at nn (http://127.0.0.1:2113/web/js/app.min.js:2:6247)
at t (http://127.0.0.1:2113/web/js/app.min.js:2:7056)
at l (http://127.0.0.1:2113/web/js/app.min.js:2:24089)
at http://127.0.0.1:2113/web/js/app.min.js:2:24261
at h.$eval (http://127.0.0.1:2113/web/js/app.min.js:2:31447)
http://127.0.0.1:2113/web//js/ace/worker-json.js Failed to load resource: the server responded with a status of 404 (Not Found)
Any suggestions?