https://prefect.io logo
Title
l

Lin Lin

05/27/2022, 8:00 PM
Hello, everyone, I was getting the "something went wrong when you try to fetch the project". My setup is hosted prefect server on an EC2 box and on my local, I was trying to connect to the dashboard. I can see all the dashboard/menus, I can even list the project from the graghQL port, just can't list or create a project from the dashboard. Any idea where could go wrong?
k

Kevin Kho

05/27/2022, 8:00 PM
Hey Lin, looking into it. No need to double post, we’ll see the message
l

Lin Lin

05/27/2022, 8:01 PM
got it
k

Kevin Kho

05/27/2022, 8:01 PM
I think your API may not be healthy?
l

Lin Lin

05/27/2022, 8:02 PM
what does that mean Kevin?
k

Kevin Kho

05/27/2022, 8:04 PM
When you spin up server, it spins up an API container that interacts with the database. It looks like the API container might not be processing requests right
l

Lin Lin

05/27/2022, 8:15 PM
should I tweak the configuration or require an installation?
k

Kevin Kho

05/27/2022, 8:17 PM
I wouldn’t know because I can’t tell if the container is healthy. You could try pulling logs from it
Or you can try registering a flow cuz that will hit the API also