question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

server issue? no content generated.

See original GitHub issue

When I browse to https://polyfill.io/v3/polyfill.js?features=default , I currently get this reply:

/* Polyfill service v3.38.0
 * For detailed credits and licence information see https://github.com/financial-times/polyfill-service.
 * 
 * Features requested: default
 *  */


/* No polyfills found for current settings */

I’ve tried various other settings and still get nothing. Is there a server issue perhaps?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rmessercommented, Aug 29, 2019

Ok, I didn’t realize that you could only download polyfills targeted at your current browser. I was able to switch over to IE11 using browserstack and get it to generate polyfills. So I will close this issue. As a side note it might be a useful feature request to allow an option to create files for browsers other than the current one, just to avoid the need to hop around to different browsers to generate polyfills.

In any event, thanks for your reply.

0reactions
JakeChampioncommented, Feb 6, 2020

If using the always flag you should also used the gated flag to ensure the polyfill is only applied when the user-agent does not already have the feature natively, that will likely fix the issue you are having

https://polyfill.io/v3/polyfill.js?features=Map&flags=always,gated

Read more comments on GitHub >

github_iconTop Results From Across the Web

204 No Content - HTTP - MDN Web Docs - Mozilla
The HTTP 204 No Content success status response code indicates that a request has succeeded, but that the client doesn't need to navigate ......
Read more >
HTTP Status 204 (No Content) - REST
HTTP Status 204 (No Content) indicates that the server has successfully fulfilled the request and that there is no content to send in...
Read more >
Troubleshoot Content Distribution issues - Microsoft Learn
Describes how to troubleshoot common content distribution problems. ... jobs are deleted (even the ones that are not created by ConfigMgr) .
Read more >
204 No Content on POST Request · Issue #6314 · emberjs/data
If a POST request did include a Client-Generated ID and the requested resource has been created successfully, the server MUST return either a ......
Read more >
How to Fix a 500 Internal Server Error on Your WordPress Site
Issues with your database server. A number of things could be wrong on the web hosts end, such as the database being overloaded...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found