buoyant / redmine_tweetbook

Authentication in redmine through Facebook, Twitter, Github.
8 stars 7 forks source link

404 error when trying to authenticate #4

Closed onlymeee closed 9 years ago

onlymeee commented 9 years ago

The plugin seems to have installed OK, but when I click on the Facebook button on the login screen, I'm redirected to /auth/facebook, which gives me a 404 error. Same with the Twitter button.

buoyant commented 9 years ago

Did you put your keys in settings.yml file.

onlymeee commented 9 years ago

Thanks, yes I did.

buoyant commented 9 years ago

Did you follow each and every step in readme then can you please paste screenshot of backtrace from your rails console.

onlymeee commented 9 years ago

This is now resolved, thanks. In redmine/public/.htaccess I had set RackBaseURI to /redmine, so to get it to work I had to change the omniauth path /auth/facebook to /redmine/auth/facebook, etc.