Open reynacho opened 1 year ago
+1
+1
use code-push-cli 2.1.9 version. it works fine.
+1
Hi @reynacho this workaround is working for you?
Hi @reynacho this workaround is working for you?
That work around would be difficult to try in my case since I am using this through Fastlane and the fastlane-plugin-appcenter plugin.
The Appcenter status page seems to have a few open issues at the moment but I don't see a specific one that I can directly relate to the issue we are having here.
i get the same error and i dont use codepush. seems to just be related to builds/distributions
use code-push-cli 2.1.9 version. it works fine.
I am using the codepush bundled in appcenter-cli. I was on 2.13.1 and I upgraded to 2.13.4 and it now seems to be working
Sorry for the waiting, as @everlaat said you can see on status page - AppCenter code push service is experiencing some issues due to overload right now. Please, check the status page and try again later, once the status page will be green.
When attempting to release an update with codepush I am getting a "Request Blocked" error. Here's the command:
appcenter codepush release-react -a jchurchill-sonburst.com/HISC-Convention -d Production
I receive the following error response:
<!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>0DMo1ZAAAAABTcejN+UXaQIlAm29im3cpQ0hHRURHRTE1MTIAZmRjM2JhNDctMzg5Ni00MjYwLWIxZTQtNjAyZjNiNmM0MGJi</span></div></div></body></html>
This was working a couple months ago on a different app. I have logged out and logged back in since I'm using a different laptop since the last time. I set up a new token with full access and did
appcenter logout
(confirmed I couldn't access anything) thenappcenter login --token {TOKEN}
Not sure what else to check since the error is pretty cryptic and running via command line prevents much debugging.
Thanks!