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
Having forked, then cloned the repo onto my laptop, performed npm install and ensuring Node was v14.15.5, the following issue arises when attempting to run a yoroi-extension version locally on Chrome.
SPECIFIC ISSUE:
After running npm run dev:stable and then "Load Unpacked" the /dev folder in Chrome, the Chrome Error message states: "Cannot GET /" when attempting to access "https://locahost:3000".
Errors also appear in the Yoroi 4.11.411 "Load Unpacked" Manifest Key section of the extension.
SUPPORTING INFORMATION TO ASSIST:
Provided the text output of the command: npm run dev:stable
Provided screenshots of the Chrome Yoroi Extension Errors
Executing the nvm i && . install-all.sh && npm run dev:stable --prefix packages/yoroi-extension in the run-dev.sh script produces the same result.
BACKGROUND
npm install
and ensuring Node was v14.15.5, the following issue arises when attempting to run a yoroi-extension version locally on Chrome.SPECIFIC ISSUE:
After running
npm run dev:stable
and then "Load Unpacked" the /dev folder in Chrome, the Chrome Error message states: "Cannot GET /" when attempting to access "https://locahost:3000".Errors also appear in the Yoroi 4.11.411 "Load Unpacked" Manifest Key section of the extension.
SUPPORTING INFORMATION TO ASSIST:
Provided the text output of the command:
npm run dev:stable
Provided screenshots of the Chrome Yoroi Extension Errors
Executing the
nvm i && . install-all.sh && npm run dev:stable --prefix packages/yoroi-extension
in the run-dev.sh script produces the same result.Yoroi-extension.txt
CURRENT SYSTEM ENVIRONMENT
macOS: 12.3.1
Chrome: Version 99.0.4844.83 (Official Build) (x86_64)
Chrome: Developer Mode On
Node: v14.15.5 (as per the
.nvmrc
) fileThe text was updated successfully, but these errors were encountered: