Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EE] Timeout error on CM when calling Next.js rendering host #1134

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

addy-pathania
Copy link
Contributor

@addy-pathania addy-pathania commented Aug 29, 2022

This fixes the timeout error in EE by excluding the middleware paths.

NOTE: Should reverse this change once this gets fixed: vercel/next.js#39262

Description / Motivation

Testing Details

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@addy-pathania addy-pathania requested a review from a team August 29, 2022 18:06
Copy link
Contributor

@ambrauer ambrauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@addy-pathania addy-pathania changed the title [EE] Timeout error in EE [EE] Timeout error on CM when calling Next.js rendering host Aug 29, 2022
@addy-pathania addy-pathania merged commit 752da58 into dev Aug 29, 2022
@addy-pathania addy-pathania deleted the bugfix/547155-time-out-error branch August 29, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Presence of middleware prevents access to raw request bodies greater than or equal to 16,384 bytes (16 KiB)
2 participants