server issue? no content generated.
See original GitHub issueWhen 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:
- Created 4 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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