Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Kombee's avatar
Level 7

Redirect Issue in UAT Environment for Laravel Livewire

Dear Support Team,

We have developed an application using Laravel (v11) and Livewire (v3). The application is deployed on AWS Lambda using Laravel Vapor. It works perfectly in our local environment; however, we are encountering a redirecting issue in the UAT environment.

Issue Details:

The issue manifests as an HTML redirecting text error. After debugging, we found that the error originates from the setTargetUrl function located in the vendor/symfony/http-foundation/RedirectResponse.php file. Despite our efforts, we have been unable to identify the root cause or resolve the issue.

Additional Information:

The production environment has not been set up yet. I have attached a screenshot of the error for your reference. We kindly request your assistance in diagnosing and resolving this issue.

Thank you in advance for your support. Please let us know if you need any further details.

HTML Code for response:

    <title>Redirecting to https://uat.thetechreward.com</title>
</head>
<body>
    Redirecting to <a href="https://uat.thetechreward.com">https://uat.thetechreward.com</a>.
</body>

Best regards, Chirag

0 likes
0 replies

Please or to participate in this conversation.