Remote FF mode at DEV localhost:4200 VS Code issue
Categories
(Core :: Widget: Win32, defect)
Tracking
()
People
(Reporter: petr.pelnar, Unassigned)
Details
Attachments
(1 file)
|
740 bytes,
application/json
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
I use Visual Studio Code to develop Angular application hosted using the attached launch settings, which are correct and worked perfectly until last week.
Debugging lounches FF in remote control mode (there is a red background with stripes in the address bar) and little icon of robot next to it.
Actual results:
The Angular website does not load up with the following error in the dev console:
xception { name: "NS_ERROR_FILE_NOT_FOUND", message: "", result: 2152857618, filename: "http://localhost:4200/main.js", lineNumber: 34482, columnNumber: 0, data: null, stack: "getAvailableModules@http://localhost:4200/main.js:34482:45\nModulesService@http://localhost:4200/main.js:34478:35\nModulesService_Factory@http://localhost:4200/main.js:34529:10\nhydrate@http://localhost:4200/vendor.js:141302:29\nget@http://localhost:4200/vendor.js:141106:25\ninjectInjectorOnly@http://localhost:4200/vendor.js:133374:29\nɵɵinject@http://localhost:4200/vendor.js:133379:59\nAuthenticationService_Factory@http://localhost:4200/main.js:27380:423\nhydrate@http://localhost:4200/vendor.js:141302:29\nget@http://localhost:4200/vendor.js:141106:25\ninjectInjectorOnly@http://localhost:4200/vendor.js:133374:29\nɵɵinject@http://localhost:4200/vendor.js:133379:59\nMediaDownloadService_Factory@http://localhost:4200/main.js:9927:85\nhydrate@http://localhost:4200/vendor.js:141302:29\nget@http://localhost:4200/vendor.js:141106:25\ninjectInjectorOnly@http://localhost:4200/vendor.js:133374:29\nɵɵinject@http://localhost:4200/vendor.js:133379:59\nMediaEffects_Factory@http://localhost:4200/main.js:31671:533\nhydrate@http://localhost:4200/vendor.js:141302:29\nget@http://localhost:4200/vendor.js:141106:25\ncreateEffectInstances/<@http://localhost:4200/vendor.js:66156:22\ncreateEffectInstances@http://localhost:4200/vendor.js:66151:18\ncreateEffects@http://localhost:4200/vendor.js:66141:10\nfactory@http://localhost:4200/vendor.js:141404:32\nhydrate@http://localhost:4200/vendor.js:141302:29\nget@http://localhost:4200/vendor.js:141106:25\ninjectInjectorOnly@http://localhost:4200/vendor.js:133374:29\nɵɵinject@http://localhost:4200/vendor.js:133379:59\nEffectsRootModule_Factory@http://localhost:4200/vendor.js:65879:333\nhydrate@http://localhost:4200/vendor.js:141302:29\nget@http://localhost:4200/vendor.js:141106:25\n_resolveInjectorDefTypes/<@http://localhost:4200/vendor.js:141141:51\n_resolveInjectorDefTypes@http://localhost:4200/vendor.js:141141:27\nNgModuleRef$1@http://localhost:4200/vendor.js:157581:22\ncreate@http://localhost:4200/vendor.js:157644:12\nbootstrapModuleFactory/<@http://localhost:4200/vendor.js:162102:39\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:98605\nonInvoke@http://localhost:4200/vendor.js:161346:25\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:98545\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:92664\nrun@http://localhost:4200/vendor.js:161216:24\nbootstrapModuleFactory@http://localhost:4200/vendor.js:162096:19\nbootstrapModule/<@http://localhost:4200/vendor.js:162157:98\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:98605\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:92664\nS/<@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:105634\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:99295\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:93452\nm@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:101611\npromise callback*y@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:101470\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:99114\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:94041\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:94295\nS@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:105531\nvalue@http://localhost:4200/plugins/pin-auth-plugin-es5.js:1:107400\nbootstrapModule@http://localhost:4200/vendor.js:162157:71\nzUnb@http://localhost:4200/main.js:39249:77\n__webpack_require__@http://localhost:4200/runtime.js:80:30\n0@http://localhost:4200/main.js:1035:18\n__webpack_require__@http://localhost:4200/runtime.js:80:30\ncheckDeferredModules@http://localhost:4200/runtime.js:46:23\nwebpackJsonpCallback@http://localhost:4200/runtime.js:33:19\n@http://localhost:4200/main.js:1:57\n" }
Expected results:
Should load normally. It works perfectly fine in the standard FF window (when not in remove control mode, hence cannot debug from VC Code).
It works without problem from Chrome.
I do prefer very much FF over Chrome for debugging..
Updated•4 years ago
|
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
| Reporter | ||
Comment 2•3 years ago
|
||
Hi team,
I have checked today and the issues is not here anymore. If you have made any actions to target this issue specifically, it was probably fixed with something else.
Cheers,
Petr
Updated•3 years ago
|
Description
•