Patrick Hopfner
Patrick Hopfner
fixed it with following snippet: ``` export async function getStaticProps( context ): Promise { if (context.locale === "en" && !context.params.slug) { context.params.slug = ["node/1"]; } .... } ```
  Sometimes our fetch requests fail and I have no clue why. It's also not the same request which is failing. Maybe someone could give me a hint where...
```php DateType::class, [ 'widget' => 'single_text', 'format' => 'dd/MM/yyyy', 'html5' => false, 'attr' => [ 'placeholder' => 'form.possible_work_beginning', 'class' => 'js-datepicker' ], 'required' => false, 'error_bubbling' => true, ] ```