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

phoennix's avatar

Laravel forge controller doesnt recieve all the data from front form

Hello, I encountered a problem with my laravel while deployed on forge.

In my Controller, when i'm in local, i'm receiving an array of 269 lines ("items" as a key), as well as the "lock" key. But when i deploy my application on forge, and i'm doing the exact same request, i'm receiving different data:array of 260 line (the last line isnt complete) and i'm not receiving the lock key.

Do you have any idea why is my front not sending every data to my controller when deployed on forge?

https://imgur.com/rAvXjdC https://imgur.com/pGSORGU

0 likes
0 replies

Please or to participate in this conversation.