Stripe: Network error [errno 92]: HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

Laravel serves as my backend, and I use vue as my frontend. The following issue is thrown when my vue app sends a payment request to Stripe using Laravel:

Unexpected error communicating with Stripe. If this problem persists, let us know at [email protected]. (Network error [errno 92]: HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1))

I read through the many responses here, but I was unable to find the right remedy to this problem.

One thing is that my web application was running on EC2 before I switched to ECS Farget; while it was running smoothly on the EC2 server previously, when a payment is made using the ECS above, an error is generated.

I reached out to AWS and Stripe Support, but I haven’t yet received the right answer.