I am getting error: { āerrorā: āinvalid client: disabledā } while trying to access my_corteza_url/auth/oauth2/token.
Also I am not seeing any tables related to corteza in my postgres container. I have used docker-compose installation. (This would be primary).
Now I am able to see the corteza related tables in my db but now getting {āerrorā:āinvalid client: not foundā}, I am using, curl -X POST my_corteza_url/auth/oauth2/token \ -d grant_type=client_credentials \ -d scope=āprofile apiā \ -u :PLACE-YOUR-CLIENT-SECRET-HERE.
In database impersonate_client is also populated and after -u I mentioned userid and tried that as well.
Apart from this api issue,I am also not able to add update to cases. Getting : Could not execute automation: workflow 413720232497119233 step 3 execution failed: could not fetch records: no records found
Needto integrate corteza with my app using api. Really appreciate any help.
Also I am able to get the jwt token now, I was using impersonated userās id instead of auth_client id from the url.
Though the second part I will still need help with:
Apart from this api issue,I am also not able to add update to cases. Getting : Could not execute automation: workflow 413720232497119233 step 3 execution failed: could not fetch records: no records found.