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
In /ts/src/utils/common.ts the BROWSER environment variable is used to determine if the program is running inside a web browser, however, it is common practice for GNU/Linux distros to use it to specify which app should be used to open web links.
As an example this causes issues when trying to connect to a localnet, since the local provider is not available inside a browser. If the fix is as easy as removing this line I'd be happy to submit a pull request with just that.
The text was updated successfully, but these errors were encountered:
In /ts/src/utils/common.ts the
BROWSER
environment variable is used to determine if the program is running inside a web browser, however, it is common practice for GNU/Linux distros to use it to specify which app should be used to open web links.As an example this causes issues when trying to connect to a localnet, since the local provider is not available inside a browser. If the fix is as easy as removing this line I'd be happy to submit a pull request with just that.
The text was updated successfully, but these errors were encountered: