Hi Team,
-
I recently installed SuiteCRM Certified by Bitnami from AWS Marketplace. (https://aws.amazon.com/marketplace/pp/Bitnami-SuiteCRM-Certified-by-Bitnami/B00NN8WPN6)
-
Followed steps mentioned in the below link for V8 API. There is no error during installation or configuration.
-
Trying to get access token with the below API via postman tool. It is throwing 500 - Internal Server Error and I didn’t see any errors in suitecrm.log file.
url - http://ec2-3-xx-xxx-xxx.us-east-2.compute.amazonaws.com/Api/access_token
grant_type - client_credentials
client_id - myclientid
client_secret - mysecret
schema - suitecrmv8 -
Let me know if I am missing anything.
Thanks.