Chris Goddard
08/29/2020, 12:28 AMnicholas
localhost is pointed to your local machine, even as it's served from a remote instance. So the application that's served from your instance needs to know that no matter where it's served (read: no matter whose browser), it should look for a Prefect Server API at the url that you've configured.
However it's a little easier than that now, since the GraphQL url can be configured dynamically in the application after you've deployed. To do so, you can navigate to the Home page of the Server UI and enter the endpoint in the Prefect Server GraphQL endpoint input.Chris Goddard
08/29/2020, 2:20 AM