Do you have any errors in the Orion service logs or in the Network tab from the developer tools?
Have you tried registering blocks from a particular module and see if that has any effect on the UI? For example:
Copy code
prefect block register -m prefect_gcp
Maybe a .HAR file could be useful for troubleshooting 🤔
gratitude thank you 1
b
Bernardo Galvao
01/16/2023, 12:46 PM
I will try. I suppose I will have access to all the block types from the cli
Bernardo Galvao
01/17/2023, 10:19 AM
Setting
PREFECT_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 failing
because some URIs are malformed from using the service name
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.