prefect orion configuration is ignored

Viewed 17

I have troubles spinning up prefect orion. If I check the configuration with prefect config view, I see:

enter image description here

But if I then try prefect orion start I get:

which is odd as the API URL seems correct.

What can be the issue?

1 Answers

It looks like you did everything right and Orion has started. Did it stop automatically or do you have trouble accessing the dashboard?

If it stopped, it could be that you already have another process running Orion (e.g. another terminal session) or that the port is already in use.

Related