Hello everyone! I just downloaded prefect 3 and tr...
# ask-community
y
Hello everyone! I just downloaded prefect 3 and tried to change the URL to my machine, now when I run my flow it can't seem to find the server
c
Hey Yasin! Can you please share more details so that we can help? A few data points that we need: • what version of prefect 3.0 • how did you change the URL • did you run
prefect server start
?
y
Thanks Chris for reaching out
Fyi I work for the hedge fund millennium so maybe I want to setup some use cases
I used to use prefect 2 a year ago
c
Oh nice!
y
Prefect version 3.0.0rc16
Prefect server start -> this works and opens the browser in local host
I created my own profile and then ran prefect config cli command
I'm trying to set it back to local but when I run my flow locally in pycharm it's pointing to another IP address
Client error 404 not found
c
if you run
prefect profile inspect
what do you see?
y
PREFECT_API_URL
It's set to the default local host 127.0.0.1:4200/api
c
hmmm I see - let me investigate for one moment, we recently received a similar bug report
in the meantime, could you try downgrading to
3.0rc15
and see if that resolves the issue?
y
Sure
Didn't work
In my pycharm it's still looking for another Ip address which I set to my PC
c
ah dang, ok that's really helpful to know thank you
y
The issue is with the local script
c
here's where someone else raised the same issue: https://github.com/PrefectHQ/prefect/issues/14906 We think we're close to narrowing it down
I think this issue may be different from the issue you are experiencing though -- would you mind filing a bug report that fully explains what you've done in a way that allows us to reproduce the behavior?
y
Sure - similar case I wanted to bind it all to 0.0.0 .0
and it's not changing in my local code
c
yea, i'm not fully following what you're doing so a full reproducible write up would help me
y
Hi
So I manage to change the binding in my conda and now I get a 407 error
Proxy authentication issue
So it's no longer a 404 error!
c
progress!