Augusto Weiand
Augusto Weiand
Hi, Can you have a full working example? I have problems with Ajax and Cors....
Any new responde for this issue?
I'm have the same issue, in combine with ``will_paginate``. To fix this, I found this code on Web, wich fix too ``` module WillPaginateHelper class WillPaginateJSLinkRenderer < WillPaginate::ActionView::LinkRenderer def prepare(collection,...
Hi @vimaxwell , After test in a test server I own, the issue persists...
@wolru , unfortunately the PR #17 don't fix the issue.... Although, the PR occasionally the error occurs on the first, second... attempt, not only on the last Here is the...
Ow, this is the PHP code (in Laravel) that I'm using to test (inside a controller and api route): ``` public function post_test(Request $request) { try { $file = $request->file('teste');...
@rodion-m, in a short test, it was suceffull! I will design a full test in the sequence. Thank's!! In my opinion you don't has to throw an exception generically, maybe...