Jul 20, 2020
0
Level 1
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?
Please or to participate in this conversation.