Skip to content

Development ports are not compatible with localnet ports #3028

@ghost

Description

Problem
The current default development configurations are not pointing to localhost (localnet)

Expected Behavior
It should automatically work with near-cli's localnet configurations

Steps to reproduce

# Start up localnet
cd ~
git clone https://github.com/near/nearcore
cd nearcore
make debug 

# Use nearup to start localnet  (assuming nearup already installed)
nearup run localnet --binary-path ~/nearcore/target/debug/

# Start up local wallet
cd ~
git clone https://github.com/near/near-wallet
cd near-wallet/packages/frontend
NEAR_WALLET_ENV=development && yarn install
NEAR_WALLET_ENV=development && yarn start

# Try logging in to localnet with local wallet (assumes near-cli already installed)
NEAR_ENV=localnet near login
# This fails 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    NEW❗

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions