ruby on rails - Heroku Stripe Connect Callback request.env['omniauth.auth'] is nil -
i have implemented stripe connect in ruby on rails
ruby 2.4.0 rails 5.1.1
when run flow on local machine works great. when run flow on heroku server request.env['omniauth.auth'] nil.
i using custom callback stripe.
i have tried investigate issue , found difference. when run on local machine see these logs
(stripe_connect) request phase initiated.
and after authorize stripe see this
(stripe_connect) callback phase initiated.
and code works properly.
but when run flow on heroku. can see (stripe_connect) request phase initiated. there no log (stripe_connect) callback phase initiated. , request.env['omniauth.auth'] nil.
Comments
Post a Comment