Publishing 1st AngularJS2 error - angularjs

I have began studying AngularJS (wish me luck) and I am already running into a problem. Instead of seeing "My First Angular 2 App" I am seeing "loading ..."
I uploaded to the server - I am seeing My First Angular 2.
Does anyone have any idea what is going on?
Thanks

Related

Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR in our React app with .Net core 3.1

I am facing following error in our React with .NET core 3.1 application. Our application was working perfectly until yesterday. Today my system auto rebooted post windows auto updates after that my application stopped working.
The home page is blank and the following error in chrome and Edge browser.
"Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR"
Updating Visual studio to Version 16.9.7 fixed the issue for me.
https://learn.microsoft.com/en-us/visualstudio/releases/2019/history#installing-an-earlier-release
See some discussion here, they mention that the root cause is KB5003637 windows update installed. It also happens in my case: two days ago the app started to have errors like yours.
One of solutions is to uninstall the patch until MS releases a second patch.
I can add that I'm getting the same error in Blazor. I thought it was just a VS thing, but my live website is also failing randomly (about 1 time in 20). So it looks a lot like a Windows problem.

React Web App renders blank when in production

I finished developing a professional portfolio website for myself (since I will be graduating this May). Everything looked great when I was using the development server. However, after I tried to deploy it to GitHub Pages, only a blank screen shows. The site should be reachable at https://shaynajrosado.github.io/Portfolio.
After getting frustrated, I tried seeing whether hosting it on Firebase would make a difference.
Click here to see Firebase-Hosted Project
Still, nothing shows up.
This links to a picture of the error message I get when I right-click on the blank page & Inspect
After clicking the error message, it takes me to the React website which translates the error message into: "e(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null."
However, in my code, there really aren't any return statements missing. Below is a link to the project repository:
https://github.com/shaynajrosado/Portfolio/tree/gh-pages
I currently have the project set to use branch gh-pages as the source.
Any words of advice would be very greatly appreciated as I continue to wrestle with this!

Deployed a react project. It's only showing a blank page instead of the project

I see other topics regarding this issue, but following their advice has not helped my particular issue.
I have tried following the https://create-react-app.dev/docs/deployment/ documentation on the github pages section. It didn't work the first time, so I thought maybe I did something wrong. So, I also did a hard reset, and started back over and tried it again.
Yesterday I published my calculator project to git hub pages. I then deleted it because someone told me I wouldn't be able to post a dynamic site on there. Well I later found out that a simple calculator is not dynamic site because its not accessing a server. So, I decided to try and post it to gh pages once again. Once again, the gh page is showing a blank page. Apparently this is a common issue.
the gh page link: https://benjamin-wofford.github.io/Purple-Calculator/
and the repository link: https://github.com/Benjamin-Wofford/Purple-Calculator/tree/gh-pages
Please help guide me so that I can get my calculator up on the internet
My manifest.json file somehow was built using HTML code. So, I switched out the code with the actual manifest.json file that was on my local repository, and it fixed the issue.

Error 500 - Angularjs with DNN - Christoc.Module ng-include

I have an application that I build using VB.NET and angularJS in DNN with the Christoc.Module module. There seems to be 2 issues. When I build my project and refresh the page on my site, I will receive an error 500. The same result happens on the site unexpectedly after being idle for about 30 minutes. I have tried to change settings on the website web.config to see if it was a session expiry timeout, but that doesn't seem to be the case since all pages that where access before the error are fine, and can access server functions.
I was wondering if anyone has ever seen something similar.
I use ng-include to show the current "active page". I have tried using the AngularJS $route and the same behaviour occured.
<div class="animate-repeat" ng-repeat="path in PathLinks| filter:{'path_name':variable}:true" ng-include="'/DesktopModules/module/path/' + path.path_name + '.aspx></div>
CLick here for image of the issue
I ended up simply recreating the whole module with a newer version of the visual Studio DotNetNuke Compiled Module. The original module was created using an older version of that extension. This seemed to have completely fixed the issue for me.

Deploying Click Once Application

Publishing of application was success
if downloaded the application from pavan.somee.com/default.html showing an error "setup.exe is not commonly downloaded and could be dangerous"
If i select "Keep" option, everything went well, please help me to solve this eror

Resources