Jira Forge App works on staging but not production

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.

1 Like

It’s because I didn’t add the secret key to the production environment. Lesson learnt.

2 Likes

Hi David, I am pretty new to forge myself. Can you please tell me how to get the client-secret for my forge app?