[Solved] Error: "Make sure that Nessie endpoint URL is valid."

Hello everyone. I’m new to Dremio and Nessie, and I’m having trouble getting Dremio to recognize Nessie’s endpoint. I’ve already deployed my Nessie Server, but it still isn’t working. Can anyone help?

docker pull ghcr.io/projectnessie/nessie:0.82.0
docker run -p 19120:19120 ghcr.io/projectnessie/nessie:0.82.0

Screenshot from 2024-05-17 16-54-17

Never mind, I realized I was using the localhost of the Dremio container.

If you are running all three services (Nessie, Minio, and Dremio) locally using Docker Compose, they should all be defined within the same docker-compose.yml file and brought up together using a single docker-compose up command.