-
Notifications
You must be signed in to change notification settings - Fork 241
Description
Description of the issue
The dev branch is not loading automatically into main, so site is not being updated.
Steps to reproduce
The CI appears to be blocked by a network problem, as seen here https://github.com/RedHatOfficial/RedHatOfficial.github.io/runs/7658463790
One of my teammates looked into it, and believes the root cause is from this commit:
Which somehow has embedded a internal RH URL.
He does not know npm, and maybe that's a false lead, but he thinks it tries to download some deps, and can't get it from the nexus installation and fails.
But maybe it is broken before and the nexus DNS error is just a symptom and not the root cause.
More information, from him, when he tried to build it locally:
"The problem is that almost all dependencies are out of date, more or
less. So I relaxed the version number in package.json, remove the lock
file and hoped for the best.
"This showed that for some reason, we need the version 5.x of webpack.
Less than this, it conflits with a specific deps, more it conflict
with another dependency.
"Once I got that fixed, a issue with uglifyjs-webpack-plugin appeared.
So I removed it, and fixed the webpack buildconfig.
"The the syntax of one or two plugins changed, that I fixed as well.
"Now, it build, but the angular application do not work and show no
error anywhere. The bundle.js is loaded, etc. It just show nothing
anywhere.
"So if a webdev can take a look, that would help, because I am at the
limit of what I can do without involving a miracle :)"
Expected behavior
The site should update, and it's not.