-
Notifications
You must be signed in to change notification settings - Fork 169
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
How to solve this issue of The session or access key being used is invalid, please run "code-push-standalone login" again. #10
Comments
I had the same problem. I started running something like:
But you need to have filled in 1 set of keys GITHUB_CLIENT_ID |
I was having the same issue, I stopped and restarted the server, it helped but not completely. Now, I am getting the same error in the server logs. Here are the steps that I followed:
|
@icarusdust |
@Jeyoung-Park thanks, I have already updated it to 10003 and synced it but still throwing the same error. Wondering if you configured anything specifically inside |
i just used GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET |
I'm also facing the same issue, any solution? Error on page at http://localhost:3000/auth/callback/github?code=someValue&state=someValue
Error in logs:
My .env has following values: EMULATED=true |
I'm able to resolve the Error: connect ECONNREFUSED 127.0.0.1:10002 issue by installing azurite and running the server locally. Just modify .env to have below config, which is default for Azurite (emulator for local) AZURE_STORAGE_ACCOUNT=devstoreaccount1 |
you need to add these credentials GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET your .env file for authentication and after that app will redirect to github |
Make sure to add the SERVER_URL configuration under your
|
This solve my same problem. |
I am getting same error with github login as mentioned .env configuration. |
Try to clear the data of azurite. Then re-initialize and run azurite. Then change const devConnectionString = "UseDevelopmentStorage=true"; |
I had the same issue and managed to fix it by installing the Azurite via terminal (instead of previously VSCode) by |
You must to add Bearer token to your requests. Example:
You can take your bearer token after register(localhost:3000/auth/register) in chrome. |
I had |
I have done all the things mentioned in the readme and i am stuck here. Please solve this.
The text was updated successfully, but these errors were encountered: