Closed Visal-Sok closed 6 months ago
Based on debug logs, "input": []
is empty. This is usually due to server configuration issue on URL encoding.
You pointed me at the right direction! It turns out i didn't include the query in my gateway connector, hence the empty input. I didn't know what to look for and you point me to the right direction. Thank you!
Summary of problem or feature request
Hi, I'm not sure what the problem is, but for the past few days, I've been stuck on this problem, and i can't seem to find the source of the issue. I am quite new to your package, and it would be nice if you can let me know what the problem I am having is.
The "draw" attribute seems to always return a 0, but the data returns as expected
I am implementing my project in the microservices architecture, thus testing on a laravel project that will later be implemented to a lumen project, but the snippet provided is all done in Laravel 11.x, both the frontend and the backend.
I'm not sure if this helps, but this is the get URL generated from the javascript, which did specify the "draw" param as not 0
Code snippet of problem
This is my endpoint:
and my receiving frontend
even with the addIndexColumn() function, doesn't seem to help
Could it be something in my config/datatables.php (It is the published default), a mismatched between the GET request and the required params, or maybe it is something else. I would very much aprpreciate any help!
System details