This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<-- GET /courses | |
xxx GET /courses 500 7ms - | |
Error: Protocol "https:" not supported. Expected "http:". | |
at new ClientRequest (_http_client.js:52:11) | |
at Object.exports.request (http.js:31:10) | |
at exports.request (https.js:167:15) | |
at /Users/ovimac/apps/comeandsee/node_modules/node-fetch/index.js:113:13 | |
at new Promise (/Users/ovimac/.nvm/versions/node/v4.2.6/lib/node_modules/babel-cli/node_modules/core-js/modules/es6.promise.js:193:7) | |
at new Fetch (/Users/ovimac/apps/comeandsee/node_modules/node-fetch/index.js:49:9) | |
at Fetch (/Users/ovimac/apps/comeandsee/node_modules/node-fetch/index.js:37:10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import rill from 'rill'; | |
import renderer from '@rill/react'; | |
import serve from '@rill/static'; | |
import progress from '@rill/progress'; | |
import React from 'react'; | |
import fetcher from '@rill/fetcher'; | |
import api from './api'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<products-for-customer> | |
<section id="16" handle="products">Products</section> | |
<entry id="295"> | |
<category> | |
<item id="27" handle="venenatis" section-handle="categories" section-name="Categories">Venenatis</item> | |
</category> | |
<images field-id="40" subsection-id="11" items="5"> | |
<item id="283"> | |
<caption handle="tranquil-surface">Tranquil Surface</caption> | |
<file-upload size="992 KB" path="/uploads/images" type="image/jpeg"> |