react-dom.min.js on unpkg CDN is returning 404

Created on 16 Aug 2017  路  3Comments  路  Source: facebook/react

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
Requests to https://unpkg.com/react-dom@15/dist/react-dom.min.js are returning 404 Not Found (after redirect to https://unpkg.com/[email protected]/dist/react-dom.min.js).

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).

$ curl -L https://unpkg.com/react-dom@15/dist/react-dom.min.js
Cannot find file "/dist/react-dom.min.js" in package [email protected]

What is the expected behavior?

Minimized version of ReactDOM and 200 Success.

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?

15/15.6.1

Unpkg doesn't seem to have a status page. Also, the unminified version (https://unpkg.com/[email protected]/dist/react-dom.js) returns a 503 with the message Timeout of 25 seconds exceeded (this response occurs in less than a second though).

Most helpful comment

Fixed now.

All 3 comments

https://unpkg.com/[email protected]/dist/react-dom.min.js is available
graphiql died here because of this :(

There is nothing we can do on our side, the problem is with unpkg (which we don't manage).

Let's track this in https://github.com/unpkg/unpkg-website/issues/54.

Fixed now.

Was this page helpful?
0 / 5 - 0 ratings