#500 | Server Error on admin panel
1 messages · Page 1 of 1 (latest)
Can you get us some logs?
ho wwould i do that
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
@cosmic pendant Probably best to go through the following steps which will help you clean out a couple leftover files.
- Remove certain files and directories with
rm -r resources public node_modules app. - Go through the Pterodactyl update documentation. (ignore artisan command errors)
- Install dependencies by running the
yarncommand. - Repair Blueprint with
blueprint -upgrade remote blueprintframework/fallback. - Get some Blueprint extensions (if you haven't already) and install them onto your panel.
thats strange, did you install any addons after going through the steps i listed above?
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.
Does blueprint -upgrade remote blueprintframework/fallback do anything?
I tried that, and it still shows the above
These are the commands I ran
In that order*
Does upgrading with blueprint -upgrade remote blueprintframework/framework cause an error as well?
go ahead
🤔
First time I saw that
Nebula installed, everything is up
Slate installed, everything is up
Everything is good
perfect, thank you!
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
Will do
Yes
I'll attempt to do the above
this fixed it