heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

RoR Heroku app on Iphone does not work with platform-api #126

Open rhtaylor opened 2 years ago

rhtaylor commented 2 years ago

This was added to the rake tasks and will restart dynos as wanted. However when a user with an Iphone attempts to login the app will not let them. The error thrown is that the user does not exist (current_user is null) in the logs. This started when I added platform-api to the app to restart the dynos. How can I make this compatible with iphones? All other users of the app have no issues.