reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Demo site is broken #201

Closed andreaskrauss closed 5 years ago

andreaskrauss commented 5 years ago

Hey,

I have an issue on your demo app. reyesoft_ngx_jsonapi_demo As shown in the picture the app seams to have an issue connecting to your background.

One source of the issue might be the wrong url. When I open the Debugging console of Chrome, thre requests are listed as Stalled. When I call the requested links in a separate tab, I receive the correct JSON:API conform JSON objects.

Google Developers says for that status:

Stalled. The request could be stalled for any of the reasons described in Queueing.

These reasons are:

  • There are higher priority requests.
  • There are already six TCP connections open for this origin, which is the limit. Applies to HTTP/1.0 and HTTP/1.1 only.
  • The browser is briefly allocating space in the disk cache

Am I having a local issue here? Or does someone has a similar issue?

I tested the issue on: OS: Windows Browsers: Chrome v76 and Firefox v68

Thanks in advance for helping.

Best regards

UPDATE I tried to analyse the network communication again. This time Chrome marked the request as blocked:mixed-content . Loading unsafe scripts, did not solve the issue.

pablorsk commented 5 years ago

Thanks for your report @andreaskrauss