React Native Appcenter codepush返回“请求被阻止”

ikfrs5lh  于 2023-04-12  发布在  React
关注(0)|答案(2)|浏览(187)

我正在使用react native运行codepush,我能够在appcenter上上传v1.0,但现在当我再次运行codepush时,它会返回“请求被阻止”
我的命令

appcenter codepush release-react -a username/appname -d Staging

输出

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta content='text/html; charset=utf-8' http-equiv='content-type'/><style type='text/css'>body { font-family:Arial; margin-left:40px; }img  { border:0 none; }#content { margin-left: auto; margin-right: auto }#message h2 { font-size: 20px; font-weight: normal; color: #000000; margin: 34px 0px 0px 0px }#message p  { font-size: 13px; color: #000000; margin: 7px 0px 0px 0px }#errorref { font-size: 11px; color: #737373; margin-top: 41px }</style><title>Microsoft</title></head><body><div id='content'><div id='message'><h2>The request is blocked.</h2></div><div id='errorref'><span>0mvk1ZAAAAABL3Dcb9k3wTb6Z3Cx9Ni2/TUFBMDFFREdFMTYwOABmZGMzYmE0Ny0zODk2LTQyNjAtYjFlNC02MDJmM2I2YzQwYmI=</span></div></div></body></html>
mbzjlibv

mbzjlibv1#

有一个应用中心问题。请参阅此页面https://status.appcenter.ms/

eeq64g8w

eeq64g8w2#

这个问题似乎在2小时前得到了修复。我现在可以推送我的版本了。请在https://status.appcenter.ms/上查看状态。

相关问题