we deplyed our project on langgraph cloud but for the last 4 days we have this issue related with the custom header does not get pass to langgraph cloud neither appear in the meta for trace causing this issue Missing required ${GITHUB_INSTALLATION_ID} in configuration. in open-swe prject , i also try to revert for my working deployment before but it also did not works .
Hi @mariam-eissa sorry for the delay. Are you still seeing this error? Just so I understand, you are saying that you are passing an extra header to your langsmith deployment but you are not seeing it in the config? Do you have a code snippet you could provide?
Hey @mariam-eissa . Do you mind setting LOG_LEVEL=DEBUG in the environment variables in your deployment. I have been unable to debug this with the current set of logs, I’m so sorry.
Shot in the dark, but could you modify your include list to have upper case versions of all the headers as well, i.e. “x-github-admin-id” AND “X-Github-Admin-Id”? I’m not sure this will fix it but I feel like the headers are being modified somewhere and it might have something to do with the JS server we run on cloud that doesn’t exist locally.