microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.99k stars 1.47k forks source link

https://codepush.appcenter.ms is down, can't get update now #2740

Closed glacjay closed 2 months ago

glacjay commented 2 months ago

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):

Steps to Reproduce

1.

Expected Behavior

What you expected to happen?

Actual Behavior

What actually happens?

  STACK TRACE AND/OR SCREENSHOTS

Reproducible Demo

Environment

(The more info the faster we will be able to address it!)

usedlife commented 2 months ago

Same error. The response error code by codepush.appcenter.ms is 999

IlyaBausovAkvelon commented 2 months ago

Hi @glacjay, @usedlife, Thank you for reporting this issue. Are you still experiencing this issue?

cuantmac commented 2 months ago

Hi @glacjay, @usedlife, Thank you for reporting this issue. Are you still experiencing this issue?

Yes, I still experiencing this, and don't know the reason.

glacjay commented 2 months ago

@IlyaBausovAkvelon Yes

图片 图片

DmitriyKirakosyan commented 2 months ago

Hi everyone, please use https://codepush.appcenter.ms/v0.1/status to check the codepush server status.

Anyone facing issues with codepush sdk, please share your application/codepush logs.

ra1nj commented 2 months ago

It looks like the codepush server is blocked by Great FireWall , can't access this link in China unless using a VPN

glacjay commented 2 months ago

Switched to code-push-server-go.

summer88123 commented 2 months ago

serverUrl api.appcenter.ms works fine

jianxinzhoutiti commented 1 month ago

It looks like the codepush server is blocked by Great FireWall , can't access this link in China unless using a VPN image

nolife08021 commented 1 month ago

@jianxinzhoutiti hi, do your side still facing this issue? i facing same issue now, codepush fail in China, any solution for this?

jianxinzhoutiti commented 1 month ago

@jianxinzhoutiti 你好,你们那边还遇到这个问题吗?我现在也遇到同样的问题,codepush 在中国失败了,有解决办法吗?

No, wait for resolution or build your own service

summer88123 commented 1 month ago

@nolife08021

try change serverUrl to api.appcenter.ms like this:

#ios add to Info.plist
<key>CodePushServerURL</key>
<string>${CODE_PUSH_SERVER_URL}</string>

#android add to res/value/strings.xml
<string moduleConfig="true" name="CodePushServerUrl">${CODE_PUSH_SERVER_URL}</string>