Alexander Belikov
08/11/2022, 10:20 AMprefect orion start
results in
> prefect orion start
___ ___ ___ ___ ___ ___ _____ ___ ___ ___ ___ _ _
| _ \ _ \ __| __| __/ __|_ _| / _ \| _ \_ _/ _ \| \| |
| _/ / _|| _|| _| (__ | | | (_) | /| | (_) | .` |
|_| |_|_\___|_| |___\___| |_| \___/|_|_\___\___/|_|\_|
Configure Prefect to communicate with the server with:
prefect config set PREFECT_API_URL=<http://127.0.0.1:4200/api>
View the API reference documentation at <http://127.0.0.1:4200/docs>
Check out the dashboard at <http://127.0.0.1:4200>
INFO: Started server process [626768]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on <http://127.0.0.1:4200> (Press CTRL+C to quit)
INFO: 10.8.0.3:0 - "OPTIONS /graphql HTTP/1.1" 200 OK
INFO: 10.8.0.3:0 - "POST /graphql HTTP/1.1" 405 Method Not Allowed
INFO: 10.8.0.3:0 - "POST /graphql HTTP/1.1" 405 Method Not Allowed
I suppose some bits of previous config are causing this interference
Do you have any suggestions? Is there a way to wipe the previous config?Anna Geller
Taylor Curran
08/12/2022, 2:13 PM