Hi everyone, I am having an issue in running Prefe...
# prefect-community
d
Hi everyone, I am having an issue in running Prefect 2.0 flows. Can anyone take a look at the error and help me understand what is the issue that is happening. I have tried to uninstall and reinstall prefect as well as python. But still the issue is continuing.
1
k
If you are on Windows, Windows support will be added next release (1 or 2 weeks)
d
@Kevin Kho Oh ok , I am using windows. However, I had it working for a brief time and when I was following the docker tutorial, I updated and set the api url to http://127.0.0.1:4200/api . Thats when things started breaking.
k
Ah I see what are you trying to do to set the API URL there?
d
Just wanted to make sure the values were set appropriately. I am adding my prefect config and prefect version as well.
k
Could you try
prefect config unset ..
to see if it works when using the default?
d
I am sorry, can you let me know the exact command. I am getting the below error
k
prefect config unset PREFECT_API_URL, just the opposite of the set
1
🙌 1
d
Got it. I ran prefect config unset PREFECT_API_URL and seems it is back to the state what it was