Environment variable WEBHOOK_URL shows stale value in runtime after redeployment (monday code, AU region)

I have set the WEBHOOK_URL environment variable to https://c4634-service-34464720-d9116b38.au.monday.app in the Developer Center under Server-side code → Environment variables (AU column). However, when my app runs, the logs show a completely different, older URL: https://e3fc3-service-34464720-d9116b38..

Updated the env var in the dashboard (AU column) and redeployed multiple times using mapps code:push

  • Verified the value shows correctly in the Environment variables tab

  • Logged process.env.WEBHOOK_URL in my code — it still prints the old stale URL