Yaro
Results
2
comments of
Yaro
@intanpuspita you can set `autosubmit: false` and try to debug step by step using default with post method: ```ruby Repost::Senpai.perform('http://xxxx', params: { auth: request.params[:user] }, options: {autosubmit: false} ) ```
@rstacruz, recently faced the same problem. Thanks a lot for the solution.