Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy instructions and oauth2callback #153

Open
nicks opened this issue Jun 18, 2015 · 3 comments
Open

deploy instructions and oauth2callback #153

nicks opened this issue Jun 18, 2015 · 3 comments
Assignees

Comments

@nicks
Copy link
Contributor

nicks commented Jun 18, 2015

The deploy instructions have me set everything up for my-project.appspot.com/oauth2callback.

But then there's a step that wants me to login on my local server (localhost:5000), which obviously won't work because the authentication flow will try to hit my-project.appspot.com

I was able to resolve this on my own by just making all the oauth callback stuff work against localhost:5000 too, but wanted to know if I had just missed a step, or if there was a better way to resolve this.

Thanks!

@bslatkin
Copy link
Owner

I'm not sure! Let me look into this one a little.

@bslatkin bslatkin self-assigned this Jun 18, 2015
@bslatkin
Copy link
Owner

bslatkin commented Oct 5, 2015

Sorry for the delay. You're right that it instructions call for logging into http://localhost:5000/_ah/appstats/shell to create the DB. It's not clear that you need to skip auth for that. I believe the --ignore_auth flag would do it. I need to update the instructions to make this more clear.

Generally the App Engine deployment hasn't be as stable as I'd hoped, so I'm looking for an alternative approach. I just finished a setup for sqlite that's here.

@nicks
Copy link
Contributor Author

nicks commented Oct 7, 2015

cool! thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants