I’ve created a forge app with custom ui which sends time entries from Jira to Harvest time tracking system.
It authenticates using oauth2 and this all works fine with my account on staging.
But when on production environment i can’t get past oauth and i see this output in the authorisation panel.
Auth Client ID is probably invalid: {"error":"invalid_client","error_description":"The client identifier provided is invalid, the client failed to authenticate, the client did not include its credentials, provided multiple client credentials, or used unsupported credentials type."}
I’m new to forge app development and i’m slowly working my way through. Any help is much appreciated.