-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public key was provided but there is no JWT signature within app bundle to verify #64
Comments
Is anyone else having this issue? |
I have the same issue, occurs after: [CodePush] Installing update I release with the following:
And my capacitor config looks correct: |
I've also noticed the docs and the error feedback reference
|
Others in the react-native repo are having issues with this recently, wonder if related microsoft/react-native-code-push#2141 |
The workaround for me is to not sign the release and remove the IOS_PUBLIC_KEY entry |
@alexcroox Do you get the signing working for android? |
yes, that flag does not work but instead "-k" works |
This issue is a serious one, that needs urgent attention |
i have the same problem :( |
Same here |
Same here too |
@LouiMinister use this for now. its working for me. |
@veneliniliev After applied your advice, JWT ERROR was solved but other error has occurred on xcode. {"data":"OK","status":200,"url":"https://codepush.appcenter.ms/v0.1/public/codepush/report_status/download","headers":{"Content-Length":"2","access-control-allow-methods":"POST","request-context":"appId=cid-v1:4116a8f2-fe3b-4636-b7b9-91c8df94c88d"," Do you know about this? |
@LouiMinister try with |
@veneliniliev It works when I use |
@tolutronics AppCenter React Native CodePush is good replacement, but look at these lines of code:
I modified this cli (ignoring the lines above), you can install it with This works as expected with signing of build |
@tolutronics your solution did not work for me or am i missing something? |
E/Capacitor/Console: File: http://localhost/vendor.js - Line 131045 - Msg: [CodePush] Error! Public key was provided but there is no JWT signature within app bundle to verify. Possible reasons, why that might happen:
1. You've been released CodePush bundle update using version of CodePush CLI that is not support code signing.
2. You've been released CodePush bundle update without providing --privateKeyPath option.. StackTrace: Error: Error! Public key was provided but there is no JWT signature within app bundle to verify. Possible reasons, why that might happen:
1. You've been released CodePush bundle update using version of CodePush CLI that is not support code signing.
2. You've been released CodePush bundle update without providing --privateKeyPath option.
at verify (http://localhost/vendor.js:131531:32)
at http://localhost/vendor.js:131573:21
at LocalPackage. (http://localhost/vendor.js:131592:17)
at Generator.next ()
at fulfilled (http://localhost/vendor.js:131438:58)
at ZoneDelegate.invoke (http://localhost/polyfills.js:436:30)
at Zone.run (http://localhost/polyfills.js:196:47)
at http://localhost/polyfills.js:1354:38
at ZoneDelegate.invokeTask (http://localhost/polyfills.js:470:35)
at Zone.runTask (http://localhost/polyfills.js:241:51)
NOTE, I am using the latest appcenter-cli
I also provided a private key path
The text was updated successfully, but these errors were encountered: