Bernardo Galvao
01/16/2023, 12:19 PMMiguel Moncada
01/16/2023, 12:29 PMprefect block register -m prefect_gcp
Maybe a .HAR file could be useful for troubleshooting 🤔Bernardo Galvao
01/16/2023, 12:46 PMPREFECT_API_URL
variable to a numerical IP fixed it. Thanks @Miguel Moncada!
@Ryan Peden what fixed it was setting PREFECT_API_URL
env var in the compose file without the service name orion
. Apparently:
It looks like all the network requests to your localhost run fine, but the ones to Orion API http://orion:4200/*. are failingbecause some URIs are malformed from using the service name
orion
, I guess, resulting in NS_DOM_ERROR_BAD_URI
errors in the browser.