wunderio / next-drupal-starterkit

Next.js for Drupal multilingual template by Wunder
https://next-drupal-starterkit.dev.wdr.io
GNU General Public License v2.0
92 stars 17 forks source link

NEX-000: Increase the proxy buffer size to get NextJS login working with ingress-nginx. #221

Closed Tromppa closed 5 months ago

Tromppa commented 5 months ago

Fix the proxy buffer size being too small by default:

Since we upgraded from traefik to ingress-nginx the NextJS login hasn't been working. This fixes the proxy buffer size, so it works again. A Silta wide fix will be coming soon, but with this change we can have it working now.

vermario commented 5 months ago

login works again :-) merging. Thanks!