onejgordon / flow-dashboard

[UNMAINTAINED] A goal, task & habit tracker + personal dashboard to focus on what matters
http://flowdash.co
MIT License
1.66k stars 187 forks source link

Issue running locally with Authorization Error #137

Closed mtmarsh2 closed 3 years ago

mtmarsh2 commented 3 years ago

Hi, thanks again for making this package, trying to run it locally again after a year or so, and ran into a google auth issue on a fresh install.

I noticed that the oauth redirect is: https://accounts.google.com/signin/oauth/error?authError=ERROR&client_id=%23%23%23%23%23%23.XXXXXXXXXXXX.apps.googleusercontent.com

Which is strange as I am sure I have replaced all instances of client id that the README specifies, in the .py and .js files.

Even did a grep for that XXXXXXXXXXXX string locally in the src and returned nothing

Is it possible its cached somewhere locally?

Screen Shot 2020-12-21 at 8 18 21 PM