Hi guys, I'm new to prefect, tried to install prefect 2.0 on Ubuntu WSL and after tunning "prefect orion start" getting an message "INFO: 127.0.0.1:37140 - "POST /graphql HTTP/1.1" 405 Method Not Allowed"
k
Kevin Kho
06/03/2022, 7:43 PM
What settings did you configure because that port looks off?
a
Anat Tal Gagnon
06/03/2022, 7:53 PM
nothing it's off the bat....
but it keeps trying different ports
prefect 1.0 was working as expected
k
Kevin Kho
06/03/2022, 8:04 PM
Is this on your local? It seems it won’t let you run in those ports?
j
Jake Kaplan
06/03/2022, 8:58 PM
Do you have prefect1 sever, agent or UI running? prefect2.0 doesn't have graphql endpoints but prefect1 does. It looks like something is trying to poll the 2.0 API with 1.0 requests