Hi, i'm starting prefect on prem with postgres on ...
# prefect-getting-started
s
Hi, i'm starting prefect on prem with postgres on my container, whole installation process has completed and nothing error, but when i access UI 127.0.0.1:4200 or localhost:4200 can't response anything on my browser. Also command prefect server start returning response the ui url. Can anyone help me? Thank you
j
I had this issue the other day, I had to allow the port 4200 through the firewall and create the local server with the below code. prefect server start --host <enter your on prem servers ip> Hope this helps you.
s
Ya.. It's worked thank you
🙌 1