npm run dev:build -> does not allow Chrome local access for yoroi-extension. (Cannot GET /)
mistergjones opened this issue · 0 comments
BACKGROUND
- 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.
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
) file