Successful deploy for blog post results in no new pages added. Deploy file browser contains new files

My issue is with my Gatsby JS blog.

  • I would prefer to PM the address if required. The blog’s content is personal.

I receive these errors which don’t seem to prevent the build from completing successfully:

7:45:43 PM: ❯ Outdated plugins
7:45:43 PM:    - @netlify/plugin-gatsby@1.0.3: latest version is 3.8.3
7:45:43 PM:      Migration guide: https://ntl.fyi/gatsby-plugin-migration
7:45:43 PM:      To upgrade this plugin, please uninstall and re-install it from the Netlify plugins directory (https://app.netlify.com/plugins)
7:45:45 PM: No Gatsby cache found. Building fresh.
7:45:45 PM: Add `gatsby-plugin-netlify` to `gatsby-config.js` if you would like to support Gatsby redirects. 🎉

I can’t figure out how to upgrade the gatsby plugin.

I also see a bunch of these errors:

7:49:05 PM: error (node:8681) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to [PassThrough]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit

And after the build completes, which it says was successful, the the post is present in the Deploy file browser. The Permalink shows the new post successfully, but the main production site does not.

I’m at a loss here, but appreciate any help that can be provided!

That “error” you have quoted is just a warning and safe to ignore. If you can share your site, we can take a look.