Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"dotnet run" doesn't work. only work with "npm run dev" #124

Open
ggokka opened this issue Apr 11, 2019 · 4 comments
Open

"dotnet run" doesn't work. only work with "npm run dev" #124

ggokka opened this issue Apr 11, 2019 · 4 comments

Comments

@ggokka
Copy link

ggokka commented Apr 11, 2019

When I run the command "dotnet run", the result is nothing.
I only saw the empty page in the browser.

However after the run "npm run dev" I could see the functioning service in the browser.

@MarkPieszak
Copy link
Member

MarkPieszak commented Apr 11, 2019

Thanks for letting me know I'll take a look!
Worst case we just remove that from the documentation for now until it's resolved.

@coryfinnegan
Copy link

I am also having this problem. Using Lubuntu and VS Code.

@michidk
Copy link

michidk commented Jul 7, 2019

I also get a blank page. installed via git on windows.
Firefox console:

17:33:13.783 The script from “https://localhost:5001/dist/main.js” was loaded even though its MIME type (“”) is not a valid JavaScript MIME type.
2 localhost:5001
17:33:13.800 Loading failed for the <script> with source “https://localhost:5001/dist/main.js”. localhost:5001:23:1
17:33:13.853 Use of Mutation Events is deprecated. Use MutationObserver instead. pageModifier.js:81:24
17:33:13.853 undefined

MarkPieszak added a commit that referenced this issue Jul 7, 2019
Removing dotnet run command until fix is created.
Related: #124
@MarkPieszak
Copy link
Member

Removing it from the Readme/docs right now - I believe this functionality might of been lost quite a while ago.

Running npm run dev should be the recommended way going forward 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants