-
Notifications
You must be signed in to change notification settings - Fork 12
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
ReactJS .Net CORE #1
Comments
hi @fhlee74
1. Prerequisites:
2. Create a new app
3. Build and run
|
@xidedix with that type of setup for the startup.cs SourcePath and RootPath, I'm randomly getting the following error on my dev server: "Exception":"System.InvalidOperationException: The SPA default page middleware could not return the default page '/index.html' because it was not found, and no other middleware handled the request.\nYour application is running in Production mode, so make sure it has been published, or that you have built your SPA manually. Alternatively you may wish to switch to the Development environment. Any ideas? Everything I am finding is saying it's because the RootPath and SourcePath can't find the page, but most of the time it works. |
Can we have a similar repo for ReactJS for .Net Core please? Will be great for dummies like myself.
The text was updated successfully, but these errors were encountered: