Is gatsby-source-strapi currently broken?

Moving the

{
  resolve: "gatsby-source-strapi",
  options: strapiConfig
}

above the gatsby-source-filesystem in the config solved it for me.

Edit: Nvm, maybe just the gatsby clean command worked.