Docker

Session Errors After Upgrading

Problem: You experience errors related to Redis and being unable to read the session data.

  • Make sure that you have started the docker environment with the --build flag by running

    docker-compose up -d --build

Last updated