Using 1.0.1 binaries I cannot create any projection neither in Chrome nor in IE.
The error is:
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:2113/projections/continuous?name=Tets&emit=no&checkpoints=yes&enabled=yes
The Chat example doesn’t work either:
GET http://localhost:2113/web/es/js/projections/v8/Prelude/Modules.js 404 (Not Found) chat.htm:5
GET http://localhost:2113/web/es/js/projections/v8/Prelude/Projections.js 404 (Not Found) chat.htm:5
GET http://localhost:2113/web/es/js/projections/v8/Prelude/1Prelude.js 404 (Not Found) chat.htm:5
- Uncaught ReferenceError: scope is not defined es.projections.environment.js:27
The “Projections” section of the website reports the following error in JavaScript Console:
GET http://localhost:2113/projections/continuous 404 (Not Found)
Looks like the path to javascript files is not correct:
Replying 404 for v8/Prelude/1Prelude.js ==> \singlenode-web\js\projections**\v8/Prelude/1Prelude.js**
while the files are located in the *\singlenode-web\Prelude* folder.
Can’t wait for 1.0.2