45 chars
The key should start with -----BEGIN RSA PRIVATE KEY-----
That is the SHA256 hash of the key
Check if you downloaded a file and copy is value
oh, should i need to pass .pem file path or paste the key
Paste, I think
sure
Yes just paste the key
same issue, i have pasted it in "<key>", in multiline
I havne't done that yet in my instance so I'm not sure
okay, will try again
another thing you should do is uninstall the github app from your account (https://github.com/settings/installations) and try the flow again
I have done this also, can you please give the demo screenshot how to use private key?
also make sure the callback urls are the same order as mentioned in the docs
_APP_GITHUB_PRIVATE_KEY_OR_WHATEVER="-----BEGIN RSA PRIVATE KEY-----\nanotherline\nanother\n----END RSA KEY or whatever the footer is"
multiline also works...but may get screwed up during upgrades
sure, trying it
Not working
What about the client secert?
added it, but same issue
I can try it later if ot works I can update you here
In url it is still showing the error, but finally it fetched the github repos
thank you @Binyamin @Steven for your time
I think the ip was creating problem, i have added the server ip to "IP allow list"
Recommended threads
- How Can I Create landing page in appwrit...
I created function called invoice URL https://app.getrestt.com/v1/functions/invoice/executions?id=test-76f948fe83c43422561fe096c0674a1bd3ff0702cdfcf2444293ab31...
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...