Skip to content

App_key not getting set #239

@deefdragon

Description

@deefdragon

Summary

I am installing freescout fresh and was hoping to have the only persistence bet the database. When I reboot the container however, due to the app_key being regenerated every time instead of being coppied from an envrionment variable, the passwords for my email connections are gone.

Steps to reproduce

  1. install
  2. Set passwords for a mailbox
  3. reboot
  4. passwords gone.

What is the expected correct behavior?

  1. install
  2. Set passwords for a mailbox
  3. get env from .env file and set as variable on container
  4. reboot
  5. passwords still there.

Relevant logs and/or screenshots

Environment

  • Image version / tag: php8.3-1.17.143
  • Host OS: k8s.

Possible fixes

Add APP_KEY as variable set from environment like how the DB etc. env vars are set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions