- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
OSX El Capitan
- Versions. Please run
ng --version. If there's nothing outputted, please run
in a Terminal: node --version and paste the result here:
angular-cli: 1.0.0-beta.11-webpack.9-4
node: 6.5.0
os: darwin x64
- Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
installed the latest cli and started a new app.. run app
- The log given by the failure. Normally this include a stack trace and some
more information.
console throws:
Fetch API cannot load about:blank. URL scheme "about" is not supported.
thrown from this file zone.js:556
Chrome Version 53.0.2785.113 (64-bit)
It's only throwing it in chrome; NOT thrown in safari or firefox.
- Mention any other details that might be useful.
The app seems to be running fine with the error being thrown.
OSX El Capitan
ng --version. If there's nothing outputted, please runin a Terminal:
node --versionand paste the result here:angular-cli: 1.0.0-beta.11-webpack.9-4
node: 6.5.0
os: darwin x64
do on your code? etc.
installed the latest cli and started a new app.. run app
more information.
console throws:
Fetch API cannot load about:blank. URL scheme "about" is not supported.thrown from this file
zone.js:556Chrome Version 53.0.2785.113 (64-bit)
It's only throwing it in chrome; NOT thrown in safari or firefox.
The app seems to be running fine with the error being thrown.