Problems running through the public quick-start project exercise: Gatsy blog images are not displaying?

Session Log (upgrading eslint per recommendation):

Let’s do the recommended cleanup/purge:

$ pwd
/home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a

$ ls
my-project

$ cd my-project/frontend/

$ ls
gatsby-config.js  gatsby-node.js  node_modules  package.json  package-lock.json  public  src  yarn.lock

$ vi package.json # And bump eslint up to '7.32.0'

$ rm -Rf node_modules/
$ rm -Rf .cache/
$ npm install

> sharp@0.28.3 install /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/sharp
> (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)

sharp: Using cached /home/dpc/.npm/_libvips/libvips-8.10.6-linux-x64.tar.br

> core-js@2.6.12 postinstall /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> core-js@3.16.0 postinstall /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js:
> https://opencollective.com/core-js 
> https://patreon.com/zloirock 
> https://paypal.me/zloirock 
> bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> core-js-pure@3.16.0 postinstall /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"


> gatsby-telemetry@2.10.0 postinstall /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/gatsby-telemetry
> node src/postinstall.js || true


> mozjpeg@7.1.0 postinstall /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/mozjpeg
> node lib/install.js

  ✔ mozjpeg pre-build test passed successfully

> pngquant-bin@6.0.0 postinstall /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/pngquant-bin
> node lib/install.js

  ✔ pngquant pre-build test passed successfully

> gatsby-cli@3.10.0 postinstall /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/gatsby/node_modules/gatsby-cli
> node scripts/postinstall.js


> gatsby@3.10.2 postinstall /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend/node_modules/gatsby
> node scripts/postinstall.js

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 2272 packages from 1115 contributors and audited 2281 packages in 45.897s

240 packages are looking for funding
  run `npm fund` for details

found 11 vulnerabilities (7 moderate, 4 high)
  run `npm audit fix` to fix them, or `npm audit` for details

OK, so let’s see if we can rebuild this sukka!

$ cd .. # Let's go back to where we did the original build, and...

dpc@LT3-Insp17-2017:my-project$ npm run develop

> my-project@0.0.0 develop /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project
> cross-env FORCE_COLOR=1 npm-run-all -l -p develop:*

[develop:backend ] 
[develop:backend ] > my-project@0.0.0 develop:backend /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project
[develop:backend ] > npm run --prefix backend develop
[develop:backend ] 
[develop:frontend] 
[develop:frontend] > my-project@0.0.0 develop:frontend /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project
[develop:frontend] > wait-on http://localhost:1337/admin && npm run --prefix frontend develop
[develop:frontend] 
[develop:backend ] 
[develop:backend ] > backend@0.1.0 develop /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/backend
[develop:backend ] > strapi develop
[develop:backend ] 
[develop:backend ] 
[develop:backend ]  Project information
[develop:backend ] 
[develop:backend ] ┌────────────────────┬──────────────────────────────────────────────────┐
[develop:backend ] │ Time               │ Wed Aug 04 2021 10:55:36 GMT-0700 (Pacific Dayl… │
[develop:backend ] │ Launched in        │ 3487 ms                                          │
[develop:backend ] │ Environment        │ development                                      │
[develop:backend ] │ Process PID        │ 5921                                             │
[develop:backend ] │ Version            │ 3.6.5 (node v14.17.4)                            │
[develop:backend ] │ Edition            │ Community                                        │
[develop:backend ] └────────────────────┴──────────────────────────────────────────────────┘
[develop:backend ] 
[develop:backend ]  Actions available
[develop:backend ] 
[develop:backend ] One more thing...
[develop:backend ] Create your first administrator 💻 by going to the administration panel at:
[develop:backend ] 
[develop:backend ] ┌─────────────────────────────┐
[develop:backend ] │ http://localhost:1337/admin │
[develop:backend ] └─────────────────────────────┘
[develop:backend ] 
[develop:backend ] [2021-08-04T17:55:37.128Z] debug HEAD /admin (24 ms) 200
[develop:backend ] [2021-08-04T17:55:37.132Z] info ⏳ Opening the admin panel...
[develop:backend ] [2021-08-04T17:55:37.149Z] debug HEAD /admin (6 ms) 200
[develop:backend ] [2021-08-04T17:55:37.580Z] debug GET /admin (2 ms) 200
[develop:frontend] 
[develop:frontend] > gatsby-starter-default@0.1.0 develop /home/dpc/dpc.data/local.FS/lfs.03-Projects.Active/project.MindCurrent/dev/deploy.onto.mc-ecosystem-dev-v04/strapi-qstart_gatsby-blog_dpc-v01a/my-project/frontend
[develop:frontend] > gatsby develop --open
[develop:frontend] 
[develop:backend ] [2021-08-04T17:55:37.735Z] debug GET /admin/runtime~main.b191036d.js (20 ms) 200
[develop:backend ] [2021-08-04T17:55:37.736Z] debug GET /admin/main.60a1df29.chunk.js (4 ms) 200
[develop:backend ] [2021-08-04T17:55:39.558Z] debug GET /admin/init (4 ms) 200
[develop:backend ] [2021-08-04T17:55:40.172Z] debug GET /admin/07109cdae9f760e8d97c89788c9dc9df.png (3 ms) 200
[develop:backend ] [2021-08-04T17:55:40.291Z] debug GET /admin/75614cfcfedd509b1f7ac1c26c53bb7f.woff2 (2 ms) 200
[develop:backend ] [2021-08-04T17:55:40.292Z] debug GET /admin/842e7845f3f8e943ff712a39617b6b70.svg (5 ms) 200
[develop:backend ] [2021-08-04T17:55:40.297Z] debug GET /admin/a6069540692725c247f13984a9598a92.woff2 (2 ms) 200
[develop:backend ] [2021-08-04T17:55:40.308Z] debug GET /admin/21b3848a32fce5b0f5014948186f6964.woff2 (2 ms) 200
[develop:frontend] info We're shipping new features! For final testing, we're rolling them out
[develop:frontend] first to a small % of Gatsby users
[develop:frontend] and your site was automatically chosen as one of them. With your help, we'll
[develop:frontend] then release them to everyone in the next minor release.
[develop:frontend] 
[develop:frontend] We greatly appreciate your help testing the change. Please report any feedback
[develop:frontend] good or bad in the umbrella issue. If you do encounter problems, please disable
[develop:frontend] the flag by setting it to false in your gatsby-config.js like:
[develop:frontend] 
[develop:frontend] flags: {
[develop:frontend]   THE_FLAG: false
[develop:frontend] }
[develop:frontend] 
[develop:frontend] The following flags were automatically enabled on your site:
[develop:frontend] - DEV_SSR · (Umbrella Issue (https://gatsby.dev/dev-ssr-feedback)) · Server Side
[develop:frontend]  Render (SSR) pages on full reloads during develop. Helps you detect SSR bugs
[develop:frontend] and fix them without needing to do full builds. See umbrella issue for how to
[develop:frontend] update custom webpack config.
[develop:frontend] 
[develop:frontend] There are 5 other flags available that you might be interested in:
[develop:frontend] - FAST_DEV · Enable all experiments aimed at improving develop server start
[develop:frontend] time.
[develop:frontend] - DEV_WEBPACK_CACHE · (Umbrella Issue
[develop:frontend] (https://gatsby.dev/cache-clearing-feedback)) · Enable webpack's persistent
[develop:frontend] caching during development. Speeds up the start of the development server.
[develop:frontend] - PRESERVE_FILE_DOWNLOAD_CACHE · (Umbrella Issue
[develop:frontend] (https://gatsby.dev/cache-clearing-feedback)) · Don't delete the downloaded
[develop:frontend] files cache when changing gatsby-node.js & gatsby-config.js files.
[develop:frontend] - PARALLEL_SOURCING · EXPERIMENTAL · (Umbrella Issue
[develop:frontend] (https://gatsby.dev/parallel-sourcing-feedback)) · Run all source plugins at the
[develop:frontend]  same time instead of serially. For sites with multiple source plugins, this can
[develop:frontend]  speedup sourcing and transforming considerably.
[develop:frontend] - LMDB_STORE · EXPERIMENTAL · (Umbrella Issue
[develop:frontend] (https://gatsby.dev/lmdb-feedback)) · Store nodes in a persistent embedded
[develop:frontend] database (vs in-memory). Lowers peak memory usage. Requires Node v14.10 or
[develop:frontend] above.
[develop:frontend] 
success open and validate gatsby-configs, load plugins - 1.122s
success onPreInit - 0.053s
success initialize cache - 0.027s
success copy gatsby files - 0.045s
success Compiling Gatsby Functions - 0.328s
success onPreBootstrap - 0.351s
success createSchemaCustomization - 0.006s
info Starting to fetch data from Strapi - http://localhost:1337/articles with
[develop:frontend] params {"_limit":1000}
info Starting to fetch data from Strapi - http://localhost:1337/categories with
[develop:frontend] params {"_limit":1000}
info Starting to fetch data from Strapi - http://localhost:1337/writers with
[develop:frontend] params {"_limit":1000}
info Starting to fetch data from Strapi - http://localhost:1337/homepage with
[develop:frontend] params {"_limit":1000}
info Starting to fetch data from Strapi - http://localhost:1337/global with
[develop:frontend] params {"_limit":1000}
[develop:frontend] 
[develop:backend ] [2021-08-04T17:55:44.236Z] debug GET /articles?_limit=1000 (148 ms) 200
[develop:backend ] [2021-08-04T17:55:44.263Z] debug GET /categories?_limit=1000 (169 ms) 200
[develop:backend ] [2021-08-04T17:55:44.278Z] debug GET /writers?_limit=1000 (178 ms) 200
[develop:backend ] [2021-08-04T17:55:44.287Z] debug GET /global?_limit=1000 (180 ms) 200

[develop:frontend]  ERROR 
[develop:frontend] 
[develop:frontend] (node:5987) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is
[develop:frontend] deprecated
[develop:frontend] (Use `node --trace-deprecation ...` to show where the warning was created)
[develop:frontend] 
[develop:frontend] 
[develop:backend ] [2021-08-04T17:55:44.322Z] debug GET /uploads/daviddoe_strapi_io_f97a4d9066.jpg (4 ms) 200
[develop:backend ] [2021-08-04T17:55:44.323Z] debug GET /uploads/sarahbaker_strapi_io_b18a2d3774.jpg (2 ms) 200
[develop:backend ] [2021-08-04T17:55:44.349Z] debug GET /uploads/this_shrimp_is_awesome_5990276f1d.jpg (8 ms) 200
[develop:backend ] [2021-08-04T17:55:44.352Z] debug GET /uploads/the_internet_s_own_boy_03a967346a.jpg (7 ms) 200
[develop:backend ] [2021-08-04T17:55:44.355Z] debug GET /uploads/we_love_pizza_faa80e33e1.jpg (7 ms) 200
[develop:backend ] [2021-08-04T17:55:44.361Z] debug GET /uploads/a_bug_is_becoming_a_meme_on_the_internet_d86bd60e2b.jpg (10 ms) 200
[develop:backend ] [2021-08-04T17:55:44.367Z] debug GET /uploads/what_s_inside_a_black_hole_ef708407e6.jpg (13 ms) 200
[develop:backend ] [2021-08-04T17:55:44.371Z] debug GET /uploads/default_image_98fbe34b16.png (11 ms) 200
[develop:backend ] [2021-08-04T17:55:44.373Z] debug GET /uploads/default_image_4f4b3a792e.png (9 ms) 200
[develop:backend ] [2021-08-04T17:55:44.458Z] debug GET /uploads/beautiful_picture_35df178a40.jpg (1 ms) 200
success Fetched Strapi Data - 0.580s
success Checking for changed pages - 0.001s
success source and transform nodes - 0.671s
success building schema - 1.313s
success createPages - 0.002s
success createPagesStatefully - 0.206s
info Total nodes: 91, SitePage nodes: 15 (use --verbose for breakdown)
success Checking for changed pages - 0.001s
success update schema - 0.167s
success write out redirect data - 0.001s
success Build manifest and related icons - 0.119s
success onPostBootstrap - 0.124s
info bootstrap finished - 7.262s
success onPreExtractQueries - 0.001s
success extract queries from components - 1.847s
success write out requires - 0.006s
success run static queries - 2.511s - 4/4 1.59/s
success run page queries - 0.009s - 3/3 327.64/s
⠀
You can now view gatsby-starter-default in the browser.
⠀
  http://localhost:8000/
⠀
View GraphiQL, an in-browser IDE, to explore your site's data and schema
⠀
  http://localhost:8000/___graphql
⠀
Note that the development build is not optimized.
To create a production build, use gatsby build
⠀
success Building development bundle - 12.785s
success Writing page-data.json files to public directory - 0.334s - 3/15 44.93/s
success onPreExtractQueries - 0.006s
success extract queries from components - 0.163s
success write out requires - 0.003s
success run page queries - 1.507s - 1/1 0.66/s
success Writing page-data.json files to public directory - 0.037s - 1/12
[develop:frontend] 325.69/s
success onPreExtractQueries - 0.001s
success extract queries from components - 0.082s
success write out requires - 0.005s
success run page queries - 3.338s - 1/1 0.30/s
success Writing page-data.json files to public directory - 0.019s - 1/11
[develop:frontend] 566.73/s
success onPreExtractQueries - 0.004s
success extract queries from components - 0.168s
success write out requires - 0.018s
success run page queries - 1.038s - 1/1 0.96/s
success Writing page-data.json files to public directory - 0.035s - 1/10
[develop:frontend] 288.04/s
success onPreExtractQueries - 0.007s
success extract queries from components - 0.117s
success write out requires - 0.002s
success run page queries - 3.938s - 1/1 0.25/s
success Writing page-data.json files to public directory - 0.027s - 1/9 329.97/s
[develop:frontend] 
[develop:backend ] [2021-08-04T18:02:10.732Z] debug GET /admin/auth/register-admin (4 ms) 200
[develop:backend ] [2021-08-04T18:02:10.810Z] debug GET /admin/runtime~main.b191036d.js (4 ms) 200
[develop:backend ] [2021-08-04T18:02:10.811Z] debug GET /admin/main.60a1df29.chunk.js (3 ms) 200
[develop:backend ] [2021-08-04T18:02:11.735Z] debug GET /favicon.ico (1 ms) 200
[develop:backend ] [2021-08-04T18:02:12.462Z] debug GET /admin/init (21 ms) 200
[develop:backend ] [2021-08-04T18:02:12.820Z] debug GET /admin/07109cdae9f760e8d97c89788c9dc9df.png (2 ms) 200
[develop:backend ] [2021-08-04T18:02:12.933Z] debug GET /admin/842e7845f3f8e943ff712a39617b6b70.svg (2 ms) 200
[develop:backend ] [2021-08-04T18:02:12.939Z] debug GET /admin/75614cfcfedd509b1f7ac1c26c53bb7f.woff2 (1 ms) 200
[develop:backend ] [2021-08-04T18:02:12.943Z] debug GET /admin/a6069540692725c247f13984a9598a92.woff2 (1 ms) 200
[develop:backend ] [2021-08-04T18:02:12.949Z] debug GET /admin/21b3848a32fce5b0f5014948186f6964.woff2 (1 ms) 200
[develop:backend ] [2021-08-04T18:06:32.805Z] debug POST /admin/register-admin (427 ms) 200
[develop:backend ] [2021-08-04T18:06:33.010Z] debug GET /admin/information (70 ms) 200
[develop:backend ] [2021-08-04T18:06:33.172Z] debug GET /content-manager/content-types (158 ms) 200
[develop:backend ] [2021-08-04T18:06:33.224Z] debug GET /i18n/locales (203 ms) 200
[develop:backend ] [2021-08-04T18:06:33.481Z] debug GET /admin/users/me/permissions (74 ms) 200
[develop:backend ] [2021-08-04T18:06:33.821Z] debug GET /admin/0063b2cc64d976ac36f211442466d0ac.png (8 ms) 200
[develop:backend ] [2021-08-04T18:06:33.822Z] debug GET /admin/6d20cff5b3255dd0078f935c34e2b882.woff2 (4 ms) 200
[develop:backend ] [2021-08-04T18:06:33.902Z] debug GET /content-manager/content-types-settings (188 ms) 200
[develop:backend ] [2021-08-04T18:06:33.973Z] debug GET /content-manager/components (245 ms) 200
[develop:backend ] [2021-08-04T18:06:34.017Z] debug GET /content-manager/content-types (285 ms) 200
[develop:backend ] [2021-08-04T18:06:34.235Z] debug GET /admin/ada6e6df937f7e5e8b790dfea07109b7.woff2 (2 ms) 200
[develop:backend ] [2021-08-04T18:06:34.330Z] debug GET /content-manager/content-types (83 ms) 200
[develop:backend ] [2021-08-04T18:06:34.495Z] debug GET /admin/f46a81c3d1d3a648af68cffd4d0bba1d.png (2 ms) 200
[develop:backend ] [2021-08-04T18:06:34.500Z] debug GET /admin/a4234d384f7c58f2f5f90cfb08cee1e1.png (2 ms) 200
[develop:backend ] [2021-08-04T18:06:34.507Z] debug GET /admin/2fa5de8209723e8dc08c8aee4644da58.png (4 ms) 200
[develop:backend ] [2021-08-04T18:06:34.508Z] debug GET /admin/f16ac9b228b18810dd7cd6313764c007.png (3 ms) 200
[develop:backend ] [2021-08-04T18:06:34.549Z] debug GET /admin/3dd22e0349b2d2a7b7c998ad0bdb03df.png (3 ms) 200
[develop:backend ] [2021-08-04T18:06:34.556Z] debug GET /admin/7b77ea7e971bd3774dac8db799dfcef7.png (3 ms) 200
[develop:backend ] [2021-08-04T18:06:38.570Z] debug GET /content-manager/components (64 ms) 200
[develop:backend ] [2021-08-04T18:06:38.629Z] debug GET /content-manager/content-types (99 ms) 200
[develop:backend ] [2021-08-04T18:06:38.732Z] debug GET /content-manager/content-types/application::category.category/configuration (43 ms) 200
[develop:backend ] [2021-08-04T18:06:39.098Z] debug GET /content-manager/collection-types/application::category.category?page=1&pageSize=10&_sort=name:ASC (93 ms) 200
[develop:backend ] [2021-08-04T18:16:39.147Z] debug GET /content-manager/collection-types/application::category.category/3 (81 ms) 200
[develop:backend ] [2021-08-04T18:16:39.557Z] debug GET /admin/279025c08c624c3861cb13f1bdc4b7dd.svg (1 ms) 200
[develop:backend ] [2021-08-04T18:16:45.177Z] debug GET /content-manager/content-types/plugins::users-permissions.user/configuration (88 ms) 200
[develop:backend ] [2021-08-04T18:16:45.835Z] debug GET /content-manager/collection-types/plugins::users-permissions.user?page=1&pageSize=10&_sort=username:ASC (87 ms) 200
[develop:backend ] [2021-08-04T18:16:46.429Z] debug GET /content-manager/content-types/application::article.article/configuration (80 ms) 200
[develop:backend ] [2021-08-04T18:16:46.870Z] debug GET /content-manager/collection-types/application::article.article?page=1&pageSize=10&_sort=title:ASC (125 ms) 200

And… it works. Yay!

Also… wow – what a call (on the eslint version).