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
When running the app against a local near blockchain using NEAR localnet, near-api-js needs a path to the near key file on your computer. This means the app needs to know what the home directory is when it's in this mode.
Tasks:
Find a way to dynamically load the $HOME environment variable into the development server when running in localnet mode.