[openstreetmap/openstreetmap-website] Applications authorization with OAuth does not work (request_token returns 500) (#1610)

Tom Hughes notifications at github.com
Thu Aug 10 17:27:34 UTC 2017


This is a forum for reporting bugs, not a support forum for teaching you how to configure your own instance of the code - those sort of issues are better dealt with on IRC or the mailing lists.

The error almost certainly means that you have passed an application ID that does not exist in your database, which means that it gets `nil` when it tries to lookup the client application object and then fails calling `create_request_token` on it. The exception is basically a bug in the oauth gem but that's outside our control.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/1610#issuecomment-321619247
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170810/b7b88ea9/attachment.html>


More information about the rails-dev mailing list