You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR running force:auth:jwt:grant: We encountered a JSON web token error, which is likely not an issue with Salesforce CLI. Here’s the error: error:0906D06C:PEM routines:PEM_read_bio:no start line
#135
Open
fehays opened this issue
Apr 10, 2020
· 4 comments
I'm able to use force:auth:jwt:grant locally and successfully log in to my org with the server.key file. However, when the build in travis-ci kicks off, i get this error:
ERROR running force:auth:jwt:grant: We encountered a JSON web token error, which is likely not an issue with Salesforce CLI. Here’s the error: error:0906D06C:PEM routines:PEM_read_bio:no start line
Not sure how to troubleshoot this one
The text was updated successfully, but these errors were encountered:
ERROR running force:auth:jwt:grant: We encountered a JSON web token error, which is likely not an issue with Salesforce CLI. Here’s the error: invalid assertion
Thanks buddy. Actually, I missed to upload the .crt file in connected app, hence was facing the issue. Edited and updated the server.crt and it got authenticated.
force:auth:jwt:grant : The term 'force:auth:jwt:grant' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
I'm able to use force:auth:jwt:grant locally and successfully log in to my org with the server.key file. However, when the build in travis-ci kicks off, i get this error:
ERROR running force:auth:jwt:grant: We encountered a JSON web token error, which is likely not an issue with Salesforce CLI. Here’s the error: error:0906D06C:PEM routines:PEM_read_bio:no start line
Not sure how to troubleshoot this one
The text was updated successfully, but these errors were encountered: