Hi folks,
I am trying to run a langgraph dev instance on Render.com, for education purpose. I wanted developers to be able to deploy a toy project online easily.
However I am stuck with accessing the instance. It seems that I can configure a host name and port, but can’t use TLS and a custom hostname doesn’t work.
The URL ends up being “http://foobar.onrender.com:10000” rather than the expected HTTPS and I hit an error “2025-08-27T16:07:44.822569Z [error ] [Errno 99] Cannot assign requested address [uvicorn.error] api_variant=local_dev langgraph_api_version=0.4.1 thread_name=MainThread”.
I’ll give a shot at tunneling with Cloudflare but it seems convoluted.
Is there a way to self-host a dev instance online? Or maybe this is not a feature you want to see in LangGraph Platform?
I’ll probably fallback to a free developer account on LangGraph Platform, but I’d like to make sure that it’s not possible to host a dev instance elsewhere.