Getting 404 while trying to authenticate with Google OAuth
Created by: TamasBarta
I upgraded to 2.9 earlier and now to 3.0.3. With all the versions I tried the new OAuth feature, but it never worked for me. When I clicked the Google icon, I got a 404 status response with the following text: "Not found. Authentication passthru."
I never worked with Ruby gems, but I found out it is related to this devise thingy, so I checked whether I have the right version installed, and it is 2.1.2. It should do it, according to googling around.
Other details: I'm using unicorn with Apache2 on a Ubuntu 12.04 system. Git status gives me no modified file, only a certificate which I use with Apache's HTTPS configs (they are not self-signed, they are signed by StartCom Ltd.).
I tried to debug the problem myself before creating an issue, but I have no further ideas.
Edit: I forgot to mention, that I also tested Twitter, and that didn't work either.