Angular-cli: Fetch API cannot load about:blank. URL scheme "about" is not supported.

Created on 14 Sep 2016  路  4Comments  路  Source: angular/angular-cli

  1. OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)

OSX El Capitan

  1. 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

  1. 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

  1. 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.

  1. Mention any other details that might be useful.

The app seems to be running fine with the error being thrown.

Most helpful comment

Yeah I just confirmed it's a zone.js error. Filing a bug there.. https://github.com/angular/zone.js/issues/444

All 4 comments

I actually had this same issue as well, but just with Angular 2.0 not running angular-cli. Possibly an Angular 2.0 issue?

+1 @jakehowell, I don't think it's an angular-cli issue. Getting this same error, but with Angular 2 not running angular-cli. Node: 6.5.0 OS: Darwin x64 (El Capitan).

Yeah I just confirmed it's a zone.js error. Filing a bug there.. https://github.com/angular/zone.js/issues/444

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings