Good afternoon,
I have an application, Evidently, that I am starting a dashboard service for and that listens to an open port. I would like to access this through the driver proxy URL, but when starting the service and accessing it, I am given a 502 Bad Gateway error. This stands in contrast to separate library, Dask, where I am able to start the service and access the dashboard through the proxy URL with no problems. When consulting ChatGPT, it suggested that Dask is able to automatically access its dashboard service through the Proxy URL due to a configuration set up for it due to its popularity, and that the same may be needed for Evidently to be accessible.
Does anyone know if there is a configuration change that needs to be done to make Evidently accessible through the proxy URL, and if this is truly done out-of-the-box for Dask?