Hello all, I am trying to connect to Perfect Serve...
# prefect-community
d
Hello all, I am trying to connect to Perfect Server but I am getting the error message as below. Can you please help me figure out the issue or the step that I am missing? The steps taken so far: 1. Installed prefect using the pip command 2. Created a flow and ran successfully(screenshot attached). 3. Executed the below commands to start the server: *prefect backend serve*r prefect server start --detach --use-volume --expose Thank you! Best, Divya
1
n
Hi @Divya - can you describe where you have the Server running? If you have it running in a container or in a cloud compute instance it's possible you just need to set the right endpoint for your UI
🙏 1
d
Hi @nicholas, Thank you getting back. The perfect server is running on VM in Azure Cloud. The Docker container is also setup on the VM. Can you please also elaborate how do we set the end point for the UI?
@nicholas, Thank you for you help. I updated the graphql endpoint(It was localhost earlier). It is working now! Appreciate your help:-)
🙂 1
n
Got it, thank you! You'll need to set the endpoint for your server in your server’s config. You can test this before you restart your server by clicking the ? In the top right of the nav bar and going to “Getting Started”. There should be a place for you to put your server endpoint. For more information check out the configuration docs
Oh great! Sorry didn't see your follow up message, glad you got it figured out :)
🙌 2