Ondřej Melichar
02/26/2021, 12:38 PMOndřej Melichar
02/26/2021, 12:38 PMEric Sawler
03/01/2021, 2:02 PMMinakshi
03/04/2021, 9:39 PMflows/
my_flow.py
config.json
Laura Vaida
03/08/2021, 2:46 PMSteve Aby
03/08/2021, 5:44 PMJeff Baatz
03/08/2021, 10:27 PMLaura Vaida
03/09/2021, 2:27 PMJack Sundberg
03/10/2021, 8:51 PMThales Lima
03/10/2021, 10:26 PM<http://mydomain.com/prefect_ui/css/app~d0ae3f07.b83a35af.css|mydomain.com/prefect_ui/css/app~d0ae3f07.b83a35af.css>
), so it turns out getting a lot of 404
. I've noticed that there isn't a publicPath in the vue configs and I failed to find a way to make this work. Is there any way to do this?Andrew Hannigan
03/11/2021, 4:11 PMhaf
03/11/2021, 4:19 PMhaf
03/11/2021, 4:26 PMShailendra Thakur
03/15/2021, 2:53 PMPeter Roelants
03/15/2021, 6:09 PMserver.ui.apollo_url
is called from the browser (and not from the server where the UI is running).
For example, I have a docker-compose managed prefect server somewhere with an internal network called prefect-server
, which has both apollo
, ui
, and the other prefect server services. Using apollo_url="<http://localhost:4200/graphql>"
only works if I also bind apollo:4200
to the local 4200
port where I'm running the browser from.
For example setting apollo_url="<http://apollo:4200/graphql>"
and letting the UI -> GraphQL connection go via the docker network wouldn't work afaik. In this case I see the following error in my browser's JS console:
VM9:1 POST <http://apollo:4200/graphql> net::ERR_NAME_NOT_RESOLVED
Marwan Sarieddine
03/16/2021, 1:54 AMTomás Emilio Silva Ebensperger
03/16/2021, 6:05 PMMarwan Sarieddine
03/17/2021, 3:07 PMAndrew Druchenko
03/22/2021, 10:04 AMNathan Walker
03/29/2021, 6:29 PMFlorian Kühnlenz
03/30/2021, 8:24 AMP Money
03/30/2021, 11:26 AMAndrew Hannigan
03/30/2021, 6:46 PMVincent
03/30/2021, 8:17 PMTOMAS IGNACIO ACUÑA RUZ
04/05/2021, 7:23 PMChristoph Wiese
04/07/2021, 8:42 AMMatthew Alhonte
04/09/2021, 8:50 PMLouis Burtz
04/12/2021, 2:56 AMNate Jahncke
04/12/2021, 11:56 PMFlorian Kühnlenz
04/13/2021, 6:17 AMFlorian Kühnlenz
04/13/2021, 6:17 AMJenny
04/13/2021, 12:36 PMFlorian Kühnlenz
04/13/2021, 12:37 PMJenny
04/13/2021, 12:42 PMNatalie Smith
04/16/2021, 1:37 AM