GithubHelp home page GithubHelp logo

Login Internal Server Error about yaade HOT 4 CLOSED

esperotech avatar esperotech commented on September 26, 2024
Login Internal Server Error

from yaade.

Comments (4)

jonrosner avatar jonrosner commented on September 26, 2024 1

Your env naming is not correct, the run command should look like this:

docker run -d --restart=always -p 9339:9339 \
    -e YAADE_ADMIN_USERNAME=admin -v yaade:/app/data \
    --name yaade esperotech/yaade:latest

note the YAADE_ADMIN_USERNAME=admin whereas you wrote admin=admin

I will add a better error message for that.

from yaade.

jonrosner avatar jonrosner commented on September 26, 2024

Could you explain in more detail the steps to reproduce this issue?

from yaade.

talenta-eg avatar talenta-eg commented on September 26, 2024

@jonrosner

i did as following

docker volume create yaade

docker run -d --restart=always -p 9339:9339 -e admin=admin -v yaade:/app/data --name yaade esperotech/yaade:latest

Also i have tried health check

curl http://localhost:9339/api/health

Output

{"status":"ok","version":"v1"}

from yaade.

talenta-eg avatar talenta-eg commented on September 26, 2024

Awesome thanks for hint

from yaade.

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.