Troubleshooting Arize Phoenix Data Submission Issue with Docker
Hi, I´m using Docker version of Arize Phoenix, I can see the dashboard at http://localhost:6006/projects/UHJvamVjdDox, so there is no issue running it, but I´m not being able to send any data to it, for example, if I try this: curl -X POST "http://127.0.0.1:6006/v1/traces" -H "Content-Type: application/json" -d '{"query": "What is Arize Phoenix?", "extracted_answer": "Arize Phoenix is a machine learning observability platform.", "generated_answer": "Arize Phoenix is a platform that helps in observing and managing machine learning models."}' I receive this: Unsupported content type: application/json and I see this in the logs INFO: 172.17.0.1:55866 - "POST /v1/traces HTTP/1.1" 415 Unsupported Media Type Regards.
