drupal-graphql / graphql

GraphQL integration for Drupal 9/10
288 stars 201 forks source link

Redirect resolve has missing default language #1293

Open jacintocapote opened 2 years ago

jacintocapote commented 2 years ago

The redirect check in the route load is missing language. Should be passed the language attribute.

jacintocapote commented 2 years ago

Probably we need to add some condition to use language none.

almunnings commented 2 years ago

Yepper, just hit this issue.

Any redirect created by a path change will inherit the language of the path alias. Hash never loads.

Maybe an alternative approach is to have an optional consume of langcode.