mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4313] [bug]: Error: Error: "DATA_ENCRYPTION_KEY" is not present in .env file #1569
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1569
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @musuyaba on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4313
Is there an existing issue for this?
Current behavior
Current Behavior
I am trying to set up the Hoppscotch AIO container by following the instructions provided here. After pulling all commits and attempting to run the container, I encounter the following error:
Expected Behavior
I expected the Hoppscotch AIO container to start without issues after following the setup instructions, assuming all necessary environment variables and configurations are correctly in place.
Steps to reproduce
Steps to reproduce
Environment
Production
Version
Self-hosted
@liyasthomas commented on GitHub (Aug 31, 2024):
You need to set a value to the environment variable
DATA_ENCRYPTION_KEYin the.envfile.This is described in the documentation, in Install and build page under the Configuring the environment section.
@musuyaba commented on GitHub (Sep 1, 2024):
Thank you for your response, it seems that I am still using the old .env file.