OmniAuth Google OpenID WEBrick::HTTPStatus::RequestURITooLarge

后端 未结 5 1723
礼貌的吻别
礼貌的吻别 2020-12-17 14:20

I am using OmniAuth to allow users to log in with their Google OpenID accounts. When I try to log in in development mode with WEBrick, I get a WEBrick::HTTPStatus::RequestUR

5条回答
  •  情深已故
    2020-12-17 14:48

    I ran into this same issue with Caseproof's DataTables gem using Webbrick and a table that had a lot of columns (> 15). Switching to the thin server resolved my issue as well. DataTables is a javascript/jquery plugin for creating tables.

提交回复
热议问题