blawar / nut

GNU General Public License v3.0
1.14k stars 193 forks source link

[Bug] Website not showing, cannot load angular-material because gitcdn.link is an invalid domain #506

Open Natanji opened 4 weeks ago

Natanji commented 4 weeks ago

Describe the bug When opening localhost:9000, the web page remains blank despite there being a valid website source code with a body tag and everything. In the error log it becomes clear that the resource angular-material.css cannot be loaded. Manually navigating to https://cdn.gitcdn.link/cdn/angular/bower-material/v1.1.10/angular-material.css shows that gitcdn.link is no longer an active domain.

To Reproduce Steps to reproduce the behaviour:

  1. Open nut
  2. open http://localhost:9000 (or whatever other port you have configured it on)

Actual behaviour Blank screen shows up in browser (tried both Firefox and Edge)

Expected behaviour I see the nut web page correctly.

NUT version (or git hash):

Additional context Firefox also reports "A resource is blocked by OpaqueResponseBlocking, please check browser console for details." for both angular-material.css and angular-material.js

rainisto commented 2 weeks ago

This was already fixed over year ago: https://github.com/blawar/nut/commit/f0ef3efe1f92b221fb6ced1b9fc04d1ee6efa7b0

Maybe your running old 3.3 version and have not compiled a new one against latest master? You can get newer 3.4 beta exe from my fork if compiling yourself is something that you don't want to do.

Natanji commented 2 weeks ago

Thanks, I wasn't aware of the fork, that's very useful!