Canop / miaou

A chat server with OAuth2 authentication, persistent and searchable history, video and audio, markdown formatting, private and public rooms, stars, votes, embedded games, and many other features
http://miaou.dystroy.org/
Other
539 stars 73 forks source link

Install instructions for OAuth are unclear #65

Closed ViktorNova closed 8 years ago

ViktorNova commented 8 years ago

Hi, I am having a hard time setting this up with Google Oauth - I can get the initial page to load, but when clicking the button to log in with Google, it's redirecting me to a blank white page. What am I missing here? I do have the API keys set up with Google.

Canop commented 8 years ago

Hard to tell without more (the logs for example). The problem is often a bad server parameter in config.js, or redis not started. Please come to https://dystroy.org/miaou/1 to discuss that (preferably in European day time).

ViktorNova commented 8 years ago

Thank you for pointing me in the right direction, I got it working. Apparently Google's oAuth takes a few minutes to fully register new callback URLs

Canop commented 8 years ago

@ViktorNova You're not the first one disturbed by this, so I edited the documentation with a warning (see end of https://github.com/Canop/miaou/blob/master/installation.md#oauth2-providers)

ViktorNova commented 8 years ago

Excellent, this will probably help a lot of people out!