未捕获的TypeError:无法读取Vg

时间:2019-02-06 11:17:50

标签: javascript reactjs server cdn

我的服务器突然空白,并且在浏览器控制台中出现以下错误消息:

未捕获的TypeError:无法读取Vg上未定义的react-dom.production.min.js:134的属性“当前” ...

可能是什么问题? react CDN服务器出问题了吗?

我在html中的脚本是:

<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>

在开发模式下,消息是(来自我的开发环境):

(索引):1 CORS策略禁止从来源“ https://unpkg.com/react-dom@16.7.0/umd/react-dom.development.js”访问“ https://unpkg.com/react-dom@16/umd/react-dom.development.js”(重定向自“ http://localhost”)的脚本:No'Access- Control-Allow-Origin'标头出现在请求的资源上。 unpkg.com/react-dom@16.7.0/umd/react-dom.development.js:1无法加载资源:net :: ERR_FAILED App.js:63未捕获的ReferenceError:未定义ReactDOM     在App.js:63

我的React组件通过Babel网页从jsx转换为js。预设:es2015,第二阶段

我从脚本中删除了“ crossorigin”,从而得到了主要应用程序。但是它只能在开发模式下工作,而不能在生产模式下工作。它显示了

[Violation]'re​​act-invokeguardedcallback'处理程序花费了262毫秒react-dom.development.js:128

生产模式下的标题

Request URL: https://unpkg.com/react-dom@16.8.0/umd/react-dom.production.min.js
Request Method: GET
Status Code: 200 
Remote Address: 104.16.126.175:443
Referrer Policy: no-referrer-when-downgrade
access-control-allow-origin: *
cache-control: public, max-age=31536000
cf-cache-status: HIT
cf-ray: 4a4e1438e86e5af7-HEL
content-encoding: br
content-type: application/javascript; charset=utf-8
date: Wed, 06 Feb 2019 13:49:15 GMT
etag: W/"1a24b-tnTtN6dcAkNhpzBK8ZBEsa24AAw"
expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
last-modified: Sat, 26 Oct 1985 08:15:00 GMT
server: cloudflare
status: 200
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: Accept-Encoding
x-cloud-trace-context: 7ef73148e43be758d63b9525cae9fe1c
x-content-type-options: nosniff
:authority: unpkg.com
:method: GET
:path: /react-dom@16.8.0/umd/react-dom.production.min.js
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: fi-FI,fi;q=0.9,en-US;q=0.8,en;q=0.7
origin: https://www.suomiverkko.online
referer: https://www.suomiverkko.online/
user-agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 OPR/57.0.3098.106

1 个答案:

答案 0 :(得分:1)

当我从自己的服务器加载这些文件时,它开始工作。显然,问题出在某处某种网络问题。