Skip to content

createRedirect broke gatsby-plugin-netlify redirects on 2.32.7 #29779

@jaska120

Description

@jaska120

Hi,

newly merged PR and published as version 2.32.7 broke gatsby-plugin-netlify redirects implementation. The release (#29742) introduced a new prop ignoreCase which is passed to the build output of _redirects file on gatsby-plugin-netlify

I am not sure which way is right: introducing a new prop which with default value of false instead of undefined or the way gatsby-plugin-netlify including all the props to the output.

The result now:

  • _redirects file outputs ignoreCase=false by default, which in turn is not recognized on Netlify and therefore the redirects are not working.

Metadata

Metadata

Labels

type: bugAn issue or pull request relating to a bug in Gatsby

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions