I have two branches - main and development - and the following environment variables:
api_username=*****
api_secret=***************
It is deployed on vercel, now the thing is it is working properly on the main deployed branch but not on the development branch.

