Hi all,
I have a flow thats refreshing an access token and storing the details in environment variables - runs every 20 mins - all working okay.
Ive had a webhook running perfectly that triggers a flow 'when a http request is received'. next steps in the flow use the info from the web hook to make an api call using the environment variables.
in the dev environment this is all working okay. and up until recently it was working once i had deployed to prod
now on the production environment the flow is failing at the api call citing token expired - but the same flow is running just fine in the dev environment on the same http request.
i know the tokens will be different in each environment because the refresh flows are running at different times but the api can handle up to 25 simultaneous tokens that expire every 30 minuets so everything should be working fine - infact it was working fine until recently and im not sure why! - any ideas?
Thanks,
Dan