Error "Not Authenticated"

can you try
Pulling the latest image changes and spin up again ??

  • Pull the latest Image changes
    docker-compose -f dev.docker-compose.yml pull oe.openelis.org frontend.openelis.org

  • Remove the containers
    docker-compose -f dev.docker-compose.yml down

  • Start them again
    docker-compose -f dev.docker-compose.yml up -d

1 Like