You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Ubuntu VM
Node.js version: [20.11.0]
Storage Configuration: Using Azure Storage Emulator (Azurite)
Authentication Provider: GitHub OAuth
Current Status
I've successfully deployed the Code Push Server and can access the base URL which shows "Welcome to the CodePush REST API!" message. The server appears to be running correctly.
Environment
Ubuntu VM
Node.js version: [20.11.0]
Storage Configuration: Using Azure Storage Emulator (Azurite)
Authentication Provider: GitHub OAuth
Current Status
I've successfully deployed the Code Push Server and can access the base URL which shows "Welcome to the CodePush REST API!" message. The server appears to be running correctly.
Issue
When trying to authenticate with my self-hosted Code Push Server, I'm getting an error about an invalid access key:
screenshot: https://img.enacton.com/ShareX/2025/05/putty_TFJDdZH6wj.png
Steps to Reproduce
code-push-standalone login https://example.comExpected Behavior
After completing GitHub OAuth, the server should generate a valid access key that can be used to authenticate with the CLI.
Actual Behavior
Things Already Tried
DEBUG_DISABLE_AUTH=truecode-pushCLI instead ofcode-push-standalone