microsoft / code-push-server

Standalone CodePush server from App Center
MIT License
605 stars 157 forks source link

The session or access key being used is invalid #36

Closed samausir closed 2 weeks ago

samausir commented 2 weeks ago

When running code-push-standalone register, instead of getting OAuth login options, I got this error message in the browser:

The session or access key being used is invalid, please run "code-push-standalone login" again. If you are on an older version of the CLI, you may need to run "code-push-standalone logout" first to clear the session cache.

The issue was that I had DEBUG_DISABLE_AUTH set to true. Setting it to false solved the problem.