docker-pterodactyl icon indicating copy to clipboard operation
docker-pterodactyl copied to clipboard

500 Error on Panel

Open StefanArts opened this issue 2 years ago • 5 comments

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

StefanArts avatar Apr 02 '22 03:04 StefanArts

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.

EdyTheCow avatar Apr 05 '22 11:04 EdyTheCow

I was able to fix the missing encryption key error by removing ./docker-pterodactyl/panel/data/panel/var/.env

ObiWanCanOweMe avatar May 04 '22 20:05 ObiWanCanOweMe

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.

EdyTheCow avatar May 04 '22 21:05 EdyTheCow

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 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. screenshot

Anonymous6214 avatar Jun 22 '22 11:06 Anonymous6214