You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing by Admin::Api::SomethingController#index as JSON
Processing by Admin::Api::SomethingController#index as JSON
Processing by HomeController#index as HTML
Processing by Admin::Api::SomethingController#index as JSON
I'm not seeing anything weird but on the last call to the SomethingController I get
Filter chain halted as :authenticate_user! rendered or redirected
but at that point the current_user is nil already
any thoughts?
The text was updated successfully, but these errors were encountered:
I'm facing the same issue. In my case the scenario is bit different, I've a scaled architecture, where there are 5 API servers has been placed behind a load balancer, all are connected with a common db server. When I do batch requests, requests are being routed to different API servers by load balancer. However I get following message as a response from the second request- Authorized users only
Any thought about how to use this gem with scaled architecture?
Hey,
I'm testing out this gem and seems that the
current_user
variable disappears after several requestson my
application_controller
I havenavigating trough the app this are the outputs of that logger
I'm also tailing the controllers involved
I'm not seeing anything weird but on the last call to the SomethingController I get
Filter chain halted as :authenticate_user! rendered or redirected
but at that point the
current_user
is nil alreadyany thoughts?
The text was updated successfully, but these errors were encountered: