Any tricks to setting up the same endpoint for both local and docker setup? Its a hassle having to change endpoints
awesome! its working with app in docker too. it was a bad endpoint
now back to app in docker...
ok. local works
oh! v1/traces is repeated twice
in phoenix server logs
INFO: 172.17.0.1:39596 - "POST /v1/traces/v1/traces HTTP/1.1" 405 Method Not Allowed
this used to work
Uh oh! Now I get this error running the app locally with PHOENIX_COLLECTOR_ENDPOINT = "http://127.0.0.1:6006/v1/traces" and phoenix on docker using docker run -p 6006:6006 arizephoenix/phoenix:version-3.24.0
i'll confirm again for you with v3