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

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

Open
Natanji opened this issue Oct 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Natanji
Copy link

Natanji commented Oct 29, 2024

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):

  • Nut 3.3

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

@Natanji Natanji added the bug Something isn't working label Oct 29, 2024
@rainisto
Copy link

rainisto commented Nov 7, 2024

This was already fixed over year ago: f0ef3ef

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
Copy link
Author

Natanji commented Nov 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants