I am not seeing any tables related to corteza in my postgres container

Hi,

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).

Version: 2023.9

The configurations in corteza admin looks fine.

I need this a little urgently.

Thanks

Did it work before? Was something changed and then it stopped working?
Cant say whats wrong without more information.

Hi,

Thanks for your response.

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.

How are you installing Corteza? Via docker, or a local build or something else?

Hi,
Itā€™s a docker installation.

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.

Thanks