Git Product home page Git Product logo

Comments (4)

discdiver avatar discdiver commented on September 22, 2024

Hi @proxeter, @Like6po, and @misterjulien can you please share some more details about your setup and the logs you're seeing this?

I'm trying to reproduce. Just created new deployments on Prefect 2.16.7 with Python 3.12.2 and a Docker work pool. I can create and run deployments with a local server instance backed by sqlite.

from prefect.

proxeter avatar proxeter commented on September 22, 2024

Hi @discdiver

How you can reproduce that

Prefect: 2.16.6. All working

docker run --rm -p 4200:4200 prefecthq/prefect:2.16.6-python3.12 prefect server start

 ___ ___ ___ ___ ___ ___ _____ 
| _ \ _ \ __| __| __/ __|_   _| 
|  _/   / _|| _|| _| (__  | |  
|_| |_|_\___|_| |___\___| |_|  

Configure Prefect to communicate with the server with:

    prefect config set PREFECT_API_URL=http://127.0.0.1:4200/api

View the API reference documentation at http://127.0.0.1:4200/docs

Check out the dashboard at http://127.0.0.1:4200

As you can see here we have correct ouput and dashboard availbable at localhost:4200


And now change version to 2.16.7

docker run --rm -p 4200:4200 prefecthq/prefect:2.16.7-python3.12 prefect server start

 ___ ___ ___ ___ ___ ___ _____ 
| _ \ _ \ __| __| __/ __|_   _| 
|  _/   / _|| _|| _| (__  | |  
|_| |_|_\___|_| |___\___| |_|  

Configure Prefect to communicate with the server with:

    prefect config set PREFECT_API_URL=http://127.0.0.1:4200/api

View the API reference documentation at http://127.0.0.1:4200/docs

The dashboard is not built. It looks like you're on a development version.
See `prefect dev` for development commands.

And here you can see new lines in output

The dashboard is not built. It looks like you're on a development version.
See `prefect dev` for development commands.

And no info about

Check out the dashboard at http://127.0.0.1:4200

Also dashboard doesn't available on localhost:4200

from prefect.

discdiver avatar discdiver commented on September 22, 2024

Thank you. You're running Prefect in Docker. I can reproduce. We'll check it out.

from prefect.

discdiver avatar discdiver commented on September 22, 2024

Release is in process for this. Thank you for raising!
Reminder to other folks who might see this issue to add --host 0.0.0.0 to the end of your command so you can reach the UI.

from prefect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.