Getting error message saying An error occurred while creating a Docker image from your specified GitHub repository. Please see your build logs (by clicking on the revision) for more information.
The logs are not very helpful. FYI, I’m not using custom docker image.
On our end, I am seeing lots of import errors. E.g.:
ImportError: cannot import name 'RetryPolicy' from 'langgraph.pregel' (/usr/local/lib/python3.12/site-packages/langgraph/pregel/__init__.py)
In my experience, import errors do show up in the logs on LangGraph Platform cloud. Are you never seeing them when you create new revisions?
And does your graph work when using langgraph dev and langgraph up? If it’s failing with import errors in cloud, it should also fail in those environments.