Troubleshooting Phoenix Server Connection Error with Experiments
Hi guys, I'm currently following your guide on running experiments. Everything works perfectly when I run them locally using the dry_run parameter. However, when I try to send the experiments to our hosted Phoenix server, I encounter the following error: ConnectError: [WinError 10061] No connection could be made because the target machine actively refused it Our Phoenix server has authentication enabled, so I’m wondering if that could be the cause. When instrumenting the application, I’m including the Phoenix API key in the request headers as instructed. Is there anything else I need to configure to get this working with an authenticated Phoenix instance? Any suggestions or guidance would be greatly appreciated!
