Could not load settings for 'ca_sln.WebUI'
See original GitHub issueDescribe the bug When loading the main page of the client application in Chrome, the following error occurs once in the browser console. The application is being run from Windows 10 Pro x64.
core.js:7187 ERROR Error: Uncaught (in promise): Error: Could not load settings for 'ca_sln.WebUI'
Error: Could not load settings for 'ca_sln.WebUI'
at AuthorizeService.<anonymous> (authorize.service.ts:179)
at Generator.next (<anonymous>)
at fulfilled (authorize.interceptor.ts:10)
at ZoneDelegate.invoke (zone-evergreen.js:359)
at Object.onInvoke (core.js:30892)
at ZoneDelegate.invoke (zone-evergreen.js:358)
at Zone.run (zone-evergreen.js:124)
at zone-evergreen.js:855
at ZoneDelegate.invokeTask (zone-evergreen.js:391)
at Object.onInvokeTask (core.js:30873)
at ZoneDelegate.invokeTask (zone-evergreen.js:390)
at Zone.runTask (zone-evergreen.js:168)
at drainMicroTaskQueue (zone-evergreen.js:559)
at resolvePromise (zone-evergreen.js:797)
at zone-evergreen.js:707
at fulfilled (authorize.interceptor.ts:10)
at ZoneDelegate.invoke (zone-evergreen.js:359)
at Object.onInvoke (core.js:30892)
at ZoneDelegate.invoke (zone-evergreen.js:358)
at Zone.run (zone-evergreen.js:124)
at zone-evergreen.js:855
at ZoneDelegate.invokeTask (zone-evergreen.js:391)
at Object.onInvokeTask (core.js:30873)
at ZoneDelegate.invokeTask (zone-evergreen.js:390)
at Zone.runTask (zone-evergreen.js:168)
at drainMicroTaskQueue (zone-evergreen.js:559)
The following error occurs twice:
ERROR Error: Could not load settings for 'ca_sln.WebUI'
at AuthorizeService.<anonymous> (authorize.service.ts:179)
at Generator.next (<anonymous>)
at fulfilled (authorize.interceptor.ts:10)
at ZoneDelegate.invoke (zone-evergreen.js:359)
at Object.onInvoke (core.js:30892)
at ZoneDelegate.invoke (zone-evergreen.js:358)
at Zone.run (zone-evergreen.js:124)
at zone-evergreen.js:855
at ZoneDelegate.invokeTask (zone-evergreen.js:391)
at Object.onInvokeTask (core.js:30873)
at ZoneDelegate.invokeTask (zone-evergreen.js:390)
at Zone.runTask (zone-evergreen.js:168)
at drainMicroTaskQueue (zone-evergreen.js:559)
To Reproduce Steps to reproduce the behavior:
- Create a new project from the template per the directions in the readme.
- Use dotnet run to initialize project
- Load index in Chrome
Expected behavior The page should not launch with errors.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Error: Could not load settings for 'Northwind.WebUI' #248
Hi everybody, Im new in Angular and fighting with the error: Failed to load resource: the server responded with a status of 404...
Read more >How to Fix Stable Diffusion WebUI Not Working - YouTube
If you face error message that lead to Stable Diffusion Webui Not ... it is an open -source programme, anyone with a text...
Read more >Untitled
Bis range 30 to 40 for general anaesthesia, Ariel washing powder top load, Heavy metal ltm guns, ... Far cry 3 could not...
Read more >IIS7 & Castle.MicroKernel.Lifestyle. ...
My problem was that I was bootstraping the container in Application_Start , Modules are not initialized at that point in ASP.NET so when...
Read more >Anyone else having a problem loading SD2 into ...
Just having it there can cause an error. Solution #2: Make sure you downloaded the correct YAML file and named it exactly the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
First, run
npm start
within WebUI/ClientApp. Then, rundotnet run
from within WebUI. You can then access the site at **https://localhost:5001/. More details here; https://github.com/jasontaylordev/CleanArchitecture/blob/main/README.md.That worked! One of the last build messages written to the console is:
So that was the host I connected to. Admittedly I’m still really new to web app development but it might be helpful to add something mentioning the connect port to the readme?