question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Admin panel not working on Windows

See original GitHub issue

So I’ve just installed VS2017 with .net worload. Server starts (I guess, everything’s green in console), but I’ve got blank page and errors in web console:

Loading failed for the <script> with source “http://localhost:1234/content/js/app.js”. admin:13
Loading failed for the <script> with source “http://localhost:1234/components/App”. admin:1
Error: "Fetching http://localhost:1234/components/App
  Instantiating http://localhost:1234/components/App
  Loading components/App"
ahttp://localhost:1234/content/js/system-production.js:4:11962

There was a problem earlier with unhanled exception which I fixed by typing command left in comment in elevated command prompt: netsh http add urlacl http://+:1234/ user=[Username] where username I’ve wrote my OS user name.

I’ve tried to install “JavaScript & TypeScript Language Support” package but no luck.

Using latest VS2017 Community, Win10 Enterprise

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sven-ncommented, Aug 11, 2018

Oh, yes that’s a bug… the AdminPanel (typescript code) transmits the property as “Password”, but the AccountModule has it defined in AccountDto as “NewPassword”. Thanks for reporting, I’ll fix it soon 😉

1reaction
Alex-Gcommented, Aug 11, 2018

if I create a new user through the Admin panel, the password field is empty in the database

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows Admin Center common troubleshooting steps
This article describes how to diagnose and resolve issues in Windows Admin Center. If you're having an issue with a specific tool, ...
Read more >
7 Ways to Fix Control Panel Not Opening in Windows 10
7 Ways to Fix Control Panel Not Opening in Windows 10 · Fix 1: Update Your Windows · Fix 2: Use Anti-Malware Program...
Read more >
Can't Access the Control Panel on Windows 10? Try These ...
Can't Access the Control Panel on Windows 10? Try These Fixes · 1. Disable Windows Error Reporting Service · 2. Clear Windows Temp...
Read more >
Admin panel is not opening on Windows · Issue #6
While trying to open Admin panel at http://localhost:8090/_/ on Windows 11 I'm getting blank page and the following error in a browser console:....
Read more >
2 Ways To Run Control Panel as Administrator in Windows ...
Launch Control Panel with Administrative Privileges Windows 10. When using Windows 10 as ... Running the Command Prompt as an administrator is not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found