cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
411 stars 285 forks source link

500: Cache store [] is not defined (docker-image) #349

Open radonthetyrant opened 4 years ago

radonthetyrant commented 4 years ago

booted up, setup completed, trying to login (mainsite works)

.env: (the one inside the docker container, changes in the cachet-docker/conf/.env seem to be ignored

APP_ENV="development"
APP_DEBUG="true"
APP_URL="************"
APP_LOG="errorlog"
APP_KEY="************"

DB_DRIVER="pgsql"
DB_HOST="postgres"
DB_DATABASE="postgres"
DB_USERNAME="postgres"
DB_PASSWORD="postgres"
DB_PORT="5432"
DB_PREFIX="chq_"

DOCKER=true

CACHE_DRIVER="file"

SESSION_DRIVER="file"
SESSION_DOMAIN="************"

QUEUE_DRIVER="sync"

CACHET_EMOJI="false"
CACHET_BEACON="true"
CACHET_AUTO_TWITTER="true"

MAIL_DRIVER="smtp"
[.....]
MAIL_NAME=null
MAIL_ENCRYPTION=tls
MAIL_PORT="465"

NEXMO_SMS_FROM="Cachet"

image

Any advice?

Also yes, I did run the artisan config:clear command every time after changes.

welcome[bot] commented 4 years ago

:wave: Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email support@alt-three.com for our Professional support service (please note, this a paid service.) If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs