Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No application encryption key has been specified. #28

Open
x-x6n opened this issue Dec 10, 2022 · 3 comments
Open

No application encryption key has been specified. #28

x-x6n opened this issue Dec 10, 2022 · 3 comments

Comments

@x-x6n
Copy link

x-x6n commented Dec 10, 2022

I receive this error when trying to execute php artisan:user make
image

@Pascaltje
Copy link

I have the same error, is there a solution?

@Zerka30
Copy link

Zerka30 commented Jan 28, 2023

Someone has resolve it ?

@wereii
Copy link

wereii commented Feb 5, 2023

Run

echo -n 'base64:'; openssl rand -base64 32

and put the output into panel/compose/docker-compose.yml above APP_URL as APP_KEY: "output_here"

Looks like some problem with laravel - https://stackoverflow.com/questions/44839648/no-application-encryption-key-has-been-specified, I couldn't make the app generate it by itself (thru calling of php artisan key:generate --force), the expected format is 32 random characters encoded as base64 with base64: prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants