500 | Server Error on admin panel

i have no clue what is causing this, i just removed a permissions manager that doesn't work and now my admin panel is broken. im fine if i have to uninstall pterodactyl and install again but will i keep all server data if i do uninstall? (using redprint)
25 Replies
root@david1117:~#
root@david1117:~#•14mo ago
Can you get us some logs?
MinecraftLover
MinecraftLoverOP•14mo ago
ho wwould i do that
root@david1117:~#
root@david1117:~#•14mo ago
You'll need to grab the error logs from the Panel. The following command uploads the last 150 lines of this day's log to our pastebin and provides a link you can share.
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
Emma
Emma•14mo ago
@MinecraftLover Probably best to go through the following steps which will help you clean out a couple leftover files. 1. Remove certain files and directories with rm -r resources public node_modules app. 2. Go through the Pterodactyl update documentation. (ignore artisan command errors) 3. Install dependencies by running the yarn command. 4. Repair Blueprint with blueprint -upgrade remote blueprintframework/fallback. 5. Get some Blueprint extensions (if you haven't already) and install them onto your panel.
MinecraftLover
MinecraftLoverOP•14mo ago
alright will try thank you still says server error 500 https://pteropaste.com/8m34 new log dump
Emma
Emma•14mo ago
thats strange, did you install any addons after going through the steps i listed above?
Sydney Mae
Sydney Mae•14mo ago
Getting the same issue as this person. Foillowed the provided steps. User panel is fine, admin panel leads to a 500 Before installing the addons: https://pteropaste.com/4j2i/ After: https://pteropaste.com/1g8o/ Nebula, Slate and Loader are installed.
Emma
Emma•14mo ago
Does blueprint -upgrade remote blueprintframework/fallback do anything?
Sydney Mae
Sydney Mae•14mo ago
I tried that, and it still shows the above These are the commands I ran In that order*
Emma
Emma•14mo ago
Does upgrading with blueprint -upgrade remote blueprintframework/framework cause an error as well?
Sydney Mae
Sydney Mae•14mo ago
No errors in console, lemme run it again
Sydney Mae
Sydney Mae•14mo ago
No description
Sydney Mae
Sydney Mae•14mo ago
Ope, looks like there is one now
Emma
Emma•14mo ago
yeah that error is fine could you take a peek at your admin panel now
Sydney Mae
Sydney Mae•14mo ago
It works now should I try installing the extensions?
Emma
Emma•14mo ago
go ahead
Sydney Mae
Sydney Mae•14mo ago
No description
Sydney Mae
Sydney Mae•14mo ago
oop
Emma
Emma•14mo ago
yep thats fine ctrl shift r
Sydney Mae
Sydney Mae•14mo ago
🤔
No description
Sydney Mae
Sydney Mae•14mo ago
First time I saw that Nebula installed, everything is up Slate installed, everything is up Everything is good perfect, thank you!
Emma
Emma•14mo ago
alright seems like whatever caused the error no longer does next release glad everything works now. if you have the time, please star blueprint on github and review some of the extensions you downloaded
Sydney Mae
Sydney Mae•14mo ago
Will do
MinecraftLover
MinecraftLoverOP•14mo ago
Yes I'll attempt to do the above this fixed it

Did you find this page helpful?