-
Notifications
You must be signed in to change notification settings - Fork 28.3k
Infinite loop failed to forward action response error #77568
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
Comments
I'm at v15.2.4
or:
Recently I upgraded from v14.1.0, didn't have this issue before. It slows down the service to the point, that my health checks fail. |
Chasing the same error for some weeks now, the error is thrown somewhere in the nextjs core. I find that really hard to debug since the origin of the ServerAction calls is not really traceable. 🤔 |
Link to the code that reproduces this issue
https://github.com/recokz/app
To Reproduce
I didn't find a stable and precise way to reproduce the error.
But the error always occurs when the user interacts with the application.
The error occurs both in dev mode and in production.
Current vs. Expected behavior
I noticed a lot of errors with the POST request that returns a 404 error, then the error failed to forward action response appears, which does not stop until I restart the application.
I will attach screenshots of the logs below:
Provide environment information
Which area(s) are affected? (Select all that apply)
Middleware, Server Actions
Which stage(s) are affected? (Select all that apply)
next start (local), next dev (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: