docker-pterodactyl
docker-pterodactyl copied to clipboard
500 Error on Panel
When running the panel services on my server and trying to reach the web panel, I get an HTTP 500 Error. At first I got an application key error, because it wasn't automatically generated. After I did that manually it doesn't show any errors in the logs, but it still doesn't let me reach the page
I've never ran into an issue where panel container wasn't able to generate the key by itself. Both of issues could be related to file permissions. Make sure to follow the guide and the steps and keep in mind panel and wings should be running on two seperate servers.
I was able to fix the missing encryption key error by removing ./docker-pterodactyl/panel/data/panel/var/.env
I was able to fix the missing encryption key error by removing ./docker-pterodactyl/panel/data/panel/var/.env
That's weird, I haven't tested the guide from scratch for a few months. Maybe newer versions of panel have changed location of it or behavior since this wasn't an issue before. I'll check this out and update the setup accordingly, thanks for letting me know.
I was able to fix the missing encryption key error by removing ./docker-pterodactyl/panel/data/panel/var/.env
Hey, I have the same issue and this works for me, thanks for sharing~.
for the owner of this repo:
here's the error code, and another thing I want to mention is docker won't auto create network while setting up the _base, but it can still fix it by creating docker network which called "pterodactyl" manually.
was able to fix the missing encryption key error by removing ./docker-pterodactyl/panel/data/panel
This worked for me too, thanks!